Html Css Color HEX #72027C Purple

📋 copy color: '#72027C'

red 114 ◦ green 2 ◦ blue 124

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

Shades of Purple #72027C

Tints of Purple #72027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 47.5%
G = 0.83%
B = 51.67%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72027C (or 0x72027C) is known color: Purple. HEX triplet: 72, 02 and 7C. RGB value is (114,2,124). Sum of RGB (Red+Green+Blue) = 114+2+124=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #72027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72027C is #8DFD83. Grayscale: #313131. Windows color (decimal): -9305476 or 8127090. OLE color: 8127090.

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

Color convert

RGB 114 2 124 -
CMYK 0.08 0.98 0 0.51
HSL 295.08º 0.97% 0.25% -
HSV(B) 295.08º 0.98% 0.49% -
XYZ 10.6 5.08 19.49 -
YUV 49.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 114 2 124 0.08 0.98 0 0.51 295.08 0.97 0.25
Hex 72 2 7C 8 62 0 33 127 61 19
Octal 162 2 174 10 142 0 63 447 141 31
Binary 1110010 10 1111100 1000 1100010 0 110011 100100111 1100001 11001

Color Harmonies of #72027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72027C

Black with #72027C

Text Example


Text Example

White with #72027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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