#74329C

Color #74329C Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #74329C

Tints of Royal Purple #74329C

Color information

#74329C (or 0x74329C) is unknown color: approx Royal Purple. HEX triplet: 74, 32 and 9C. RGB value is (116,50,156). Sum of RGB (Red+Green+Blue) = 116+50+156=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #74329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74329C is #8BCD63. Grayscale: #515151. Windows color (decimal): -9162084 or 10236532. OLE color: 10236532.

HSL color Cylindrical-coordinate representation of color #74329C: hue angle of 277.36º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74329C is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11650156-
CMYK0.260.6800.39
HSL277.36º51.46%40.39%-
HSV(B)277.36º67.95%61.18%-
XYZ14.348.3932.32-
YUV81.82169.87152.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=36.02%
G=15.53%
B=48.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116501560.260.6800.39277.3651.4640.39
Hex74329C1A440271153328
Octal16462234321040474256350
Binary1110100110010100111001101010001000100111100010101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74329C; }

 p { color: rgb(116,50,156); }

 H1.HeaderClassName
 {
   color: #74329C;
 }
 .AnyTagClassName
 {
   color: #74329C;
 }
</style>
background-color css

<style>
 a { background-color: #74329C; }

 a { background-color: rgb(116,50,156); }

 div.DivClassName
 {
   background-color: #74329C;
 }
 .BgClassName
 {
   background-color: #74329C;
 }
</style>
border-color css

<style>
 span { border-color: #74329C; }

 span { border-color: rgb(116,50,156); }

 td.TdClassName
 {
   border-color: #74329C;
 }
 .TagClassName
 {
   border-color: #74329C;
 }
</style>