#72429D

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

Shades of Royal Purple #72429D

Tints of Royal Purple #72429D

Color information

#72429D (or 0x72429D) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 9D. RGB value is (114,66,157). Sum of RGB (Red+Green+Blue) = 114+66+157=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #72429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72429D is #8DBD62. Grayscale: #5A5A5A. Windows color (decimal): -9289059 or 10306162. OLE color: 10306162.

HSL color Cylindrical-coordinate representation of color #72429D: hue angle of 271.65º 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 #72429D is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11466157-
CMYK0.270.5800.38
HSL271.65º40.81%43.73%-
HSV(B)271.65º57.96%61.57%-
XYZ14.979.9133.02-
YUV90.73165.4144.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=33.83%
G=19.58%
B=46.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114661570.270.5800.38271.6540.8143.73
Hex72429D1B3A026110292c
Octal16210223533720464205154
Binary1110010100001010011101110111110100100110100010000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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