Html Css Color HEX #72399C Royal Purple

📋 copy color: '#72399C'

red 114 ◦ green 57 ◦ blue 156

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

Shades of Royal Purple #72399C

Tints of Royal Purple #72399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

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

R = 34.86%
G = 17.43%
B = 47.71%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72399C (or 0x72399C) is known color: Royal Purple. HEX triplet: 72, 39 and 9C. RGB value is (114,57,156). Sum of RGB (Red+Green+Blue) = 114+57+156=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #72399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72399C is #8DC663. Grayscale: #545454. Windows color (decimal): -9291364 or 10238322. OLE color: 10238322.

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

Color convert

RGB 114 57 156 -
CMYK 0.27 0.63 0 0.39
HSL 274.55º 0.46% 0.42% -
HSV(B) 274.55º 0.63% 0.61% -
XYZ 14.4 8.9 32.41 -
YUV 85.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 114 57 156 0.27 0.63 0 0.39 274.55 0.46 0.42
Hex 72 39 9C 1B 3F 0 27 113 2E 2A
Octal 162 71 234 33 77 0 47 423 56 52
Binary 1110010 111001 10011100 11011 111111 0 100111 100010011 101110 101010

Color Harmonies of #72399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72399C

Black with #72399C

Text Example


Text Example

White with #72399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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