Html Css Color HEX #72419C Royal Purple

📋 copy color: '#72419C'

red 114 ◦ green 65 ◦ blue 156

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

Shades of Royal Purple #72419C

Tints of Royal Purple #72419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 34.03%
G = 19.4%
B = 46.57%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72419C (or 0x72419C) is known color: Royal Purple. HEX triplet: 72, 41 and 9C. RGB value is (114,65,156). Sum of RGB (Red+Green+Blue) = 114+65+156=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #72419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72419C is #8DBE63. Grayscale: #595959. Windows color (decimal): -9289316 or 10240370. OLE color: 10240370.

HSL color Cylindrical-coordinate representation of color #72419C: hue angle of 272.31º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72419C is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 65 156 -
CMYK 0.27 0.58 0 0.39
HSL 272.31º 0.41% 0.43% -
HSV(B) 272.31º 0.58% 0.61% -
XYZ 14.83 9.76 32.55 -
YUV 90.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 114 65 156 0.27 0.58 0 0.39 272.31 0.41 0.43
Hex 72 41 9C 1B 3A 0 27 110 29 2B
Octal 162 101 234 33 72 0 47 420 51 53
Binary 1110010 1000001 10011100 11011 111010 0 100111 100010000 101001 101011

Color Harmonies of #72419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72419C

Black with #72419C

Text Example


Text Example

White with #72419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72419C; }

 p { color: rgb(114,65,156); }

 H1.HeaderClassName
 {
   color: #72419C;
 }
 .AnyTagClassName
 {
   color: #72419C;
 }
</style>

background-color css

<style>
 a { background-color: #72419C; }

 a { background-color: rgb(114,65,156); }

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

border-color css

<style>
 span { border-color: #72419C; }

 span { border-color: rgb(114,65,156); }

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