Html Css Color HEX #72127C Purple

📋 copy color: '#72127C'

red 114 ◦ green 18 ◦ blue 124

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

Shades of Purple #72127C

Tints of Purple #72127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 44.53%
G = 7.03%
B = 48.44%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72127C (or 0x72127C) is known color: Purple. HEX triplet: 72, 12 and 7C. RGB value is (114,18,124). Sum of RGB (Red+Green+Blue) = 114+18+124=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #72127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72127C is #8DED83. Grayscale: #3A3A3A. Windows color (decimal): -9301380 or 8131186. OLE color: 8131186.

HSL color Cylindrical-coordinate representation of color #72127C: hue angle of 294.34º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72127C is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 18 124 -
CMYK 0.08 0.85 0 0.51
HSL 294.34º 0.75% 0.28% -
HSV(B) 294.34º 0.85% 0.49% -
XYZ 10.79 5.47 19.55 -
YUV 58.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 114 18 124 0.08 0.85 0 0.51 294.34 0.75 0.28
Hex 72 12 7C 8 55 0 33 126 4B 1C
Octal 162 22 174 10 125 0 63 446 113 34
Binary 1110010 10010 1111100 1000 1010101 0 110011 100100110 1001011 11100

Color Harmonies of #72127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72127C

Black with #72127C

Text Example


Text Example

White with #72127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,18,124); }

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

background-color css

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

 a { background-color: rgb(114,18,124); }

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

border-color css

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

 span { border-color: rgb(114,18,124); }

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