Html Css Color HEX #72429B Royal Purple

📋 copy color: '#72429B'

red 114 ◦ green 66 ◦ blue 155

#72429B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #72429B

Tints of Royal Purple #72429B

RGB

 RED value IS 114 (44.92% from 255) = 34.03%

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 34.03%
G = 19.7%
B = 46.27%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72429B (or 0x72429B) is known color: 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

RGB 114 66 155 -
CMYK 0.26 0.57 0 0.39
HSL 272.36º 0.4% 0.43% -
HSV(B) 272.36º 0.57% 0.61% -
XYZ 14.8 9.84 32.13 -
YUV 90.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 114 66 155 0.26 0.57 0 0.39 272.36 0.4 0.43
Hex 72 42 9B 1A 39 0 27 110 28 2B
Octal 162 102 233 32 71 0 47 420 50 53
Binary 1110010 1000010 10011011 11010 111001 0 100111 100010000 101000 101011

Color Harmonies of #72429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72429B

Black with #72429B

Text Example


Text Example

White with #72429B

Text Example


Text Example

HTML Codes & Css Web 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>