#72429E

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

Shades of Royal Purple #72429E

Tints of Royal Purple #72429E

Color information

#72429E (or 0x72429E) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 9E. RGB value is (114,66,158). Sum of RGB (Red+Green+Blue) = 114+66+158=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #72429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72429E is #8DBD61. Grayscale: #5A5A5A. Windows color (decimal): -9289058 or 10371698. OLE color: 10371698.

HSL color Cylindrical-coordinate representation of color #72429E: hue angle of 271.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72429E is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11466158-
CMYK0.280.5800.38
HSL271.3º41.07%43.92%-
HSV(B)271.3º58.23%61.96%-
XYZ15.069.9433.47-
YUV90.84165.9144.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=33.73%
G=19.53%
B=46.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114661580.280.5800.38271.341.0743.92
Hex72429E1C3A02610f292c
Octal16210223634720464175154
Binary1110010100001010011110111001110100100110100001111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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