Html Css Color HEX #72429D Royal Purple

📋 copy color: '#72429D'

red 114 ◦ green 66 ◦ blue 157

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

Shades of Royal Purple #72429D

Tints of Royal Purple #72429D

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 value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

RGB 114 66 157 -
CMYK 0.27 0.58 0 0.38
HSL 271.65º 0.41% 0.44% -
HSV(B) 271.65º 0.58% 0.62% -
XYZ 14.97 9.91 33.02 -
YUV 90.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 114 66 157 0.27 0.58 0 0.38 271.65 0.41 0.44
Hex 72 42 9D 1B 3A 0 26 110 29 2C
Octal 162 102 235 33 72 0 46 420 51 54
Binary 1110010 1000010 10011101 11011 111010 0 100110 100010000 101001 101100

Color Harmonies of #72429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72429D

Black with #72429D

Text Example


Text Example

White with #72429D

Text Example


Text Example

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