#72429B

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

Shades of Royal Purple #72429B

Tints of Royal Purple #72429B

Color information

#72429B (or 0x72429B) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 9B. RGB value is (114,66,155). Sum of RGB (Red+Green+Blue) = 114+66+155=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #72429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72429B is #8DBD64. Grayscale: #5A5A5A. Windows color (decimal): -9289061 or 10175090. OLE color: 10175090.

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

Color convert

RGB11466155-
CMYK0.260.5700.39
HSL272.36º40.27%43.33%-
HSV(B)272.36º57.42%60.78%-
XYZ14.89.8432.13-
YUV90.5164.4144.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=34.03%
G=19.70%
B=46.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114661550.260.5700.39272.3640.2743.33
Hex72429B1A39027110282b
Octal16210223332710474205053
Binary1110010100001010011011110101110010100111100010000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72429B; }

 p { color: rgb(114,66,155); }

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

<style>
 a { background-color: #72429B; }

 a { background-color: rgb(114,66,155); }

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

<style>
 span { border-color: #72429B; }

 span { border-color: rgb(114,66,155); }

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