#74409C

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

Shades of Royal Purple #74409C

Tints of Royal Purple #74409C

Color information

#74409C (or 0x74409C) is unknown color: approx Royal Purple. HEX triplet: 74, 40 and 9C. RGB value is (116,64,156). Sum of RGB (Red+Green+Blue) = 116+64+156=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #74409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74409C is #8BBF63. Grayscale: #595959. Windows color (decimal): -9158500 or 10240116. OLE color: 10240116.

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

Color convert

RGB11664156-
CMYK0.260.5900.39
HSL273.91º41.82%43.14%-
HSV(B)273.91º58.97%61.18%-
XYZ15.049.7832.55-
YUV90.04165.23146.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=34.52%
G=19.05%
B=46.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116641560.260.5900.39273.9141.8243.14
Hex74409C1A3B0271122a2b
Octal16410023432730474225253
Binary1110100100000010011100110101110110100111100010010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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