Html Css Color HEX #72036C Purple

📋 copy color: '#72036C'

red 114 ◦ green 3 ◦ blue 108

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

Shades of Purple #72036C

Tints of Purple #72036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 108 (42.58% from 255) = 48%

R = 50.67%
G = 1.33%
B = 48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72036C (or 0x72036C) is known color: Purple. HEX triplet: 72, 03 and 6C. RGB value is (114,3,108). Sum of RGB (Red+Green+Blue) = 114+3+108=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72036C is #8DFC93. Grayscale: #2F2F2F. Windows color (decimal): -9305236 or 7078770. OLE color: 7078770.

HSL color Cylindrical-coordinate representation of color #72036C: hue angle of 303.24º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72036C is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 108 -
CMYK 0 0.97 0.05 0.55
HSL 303.24º 0.95% 0.23% -
HSV(B) 303.24º 0.97% 0.45% -
XYZ 9.68 4.73 14.59 -
YUV 48.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 114 3 108 0 0.97 0.05 0.55 303.24 0.95 0.23
Hex 72 3 6C 0 61 5 37 12F 5F 17
Octal 162 3 154 0 141 5 67 457 137 27
Binary 1110010 11 1101100 0 1100001 101 110111 100101111 1011111 10111

Color Harmonies of #72036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72036C

Black with #72036C

Text Example


Text Example

White with #72036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,3,108); }

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

background-color css

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

 a { background-color: rgb(114,3,108); }

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

border-color css

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

 span { border-color: rgb(114,3,108); }

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