Html Css Color HEX #72429A Royal Purple

📋 copy color: '#72429A'

red 114 ◦ green 66 ◦ blue 154

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

Shades of Royal Purple #72429A

Tints of Royal Purple #72429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 34.13%
G = 19.76%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72429A (or 0x72429A) is known color: Royal Purple. HEX triplet: 72, 42 and 9A. RGB value is (114,66,154). Sum of RGB (Red+Green+Blue) = 114+66+154=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #72429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72429A is #8DBD65. Grayscale: #5A5A5A. Windows color (decimal): -9289062 or 10109554. OLE color: 10109554.

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

Color convert

RGB 114 66 154 -
CMYK 0.26 0.57 0 0.40
HSL 272.73º 0.4% 0.43% -
HSV(B) 272.73º 0.57% 0.6% -
XYZ 14.72 9.81 31.69 -
YUV 90.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 114 66 154 0.26 0.57 0 0.40 272.73 0.4 0.43
Hex 72 42 9A 1A 39 0 28 111 28 2B
Octal 162 102 232 32 71 0 50 421 50 53
Binary 1110010 1000010 10011010 11010 111001 0 101000 100010001 101000 101011

Color Harmonies of #72429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72429A

Black with #72429A

Text Example


Text Example

White with #72429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72429A;
 }
 .AnyTagClassName
 {
   color: #72429A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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