Html Css Color HEX #72056E Purple

📋 copy color: '#72056E'

red 114 ◦ green 5 ◦ blue 110

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

Shades of Purple #72056E

Tints of Purple #72056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 49.78%
G = 2.18%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72056E (or 0x72056E) is known color: Purple. HEX triplet: 72, 05 and 6E. RGB value is (114,5,110). Sum of RGB (Red+Green+Blue) = 114+5+110=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72056E is #8DFA91. Grayscale: #313131. Windows color (decimal): -9304722 or 7210354. OLE color: 7210354.

HSL color Cylindrical-coordinate representation of color #72056E: hue angle of 302.2º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72056E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 110 -
CMYK 0 0.96 0.04 0.55
HSL 302.2º 0.92% 0.23% -
HSV(B) 302.2º 0.96% 0.45% -
XYZ 9.81 4.81 15.16 -
YUV 49.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 114 5 110 0 0.96 0.04 0.55 302.2 0.92 0.23
Hex 72 5 6E 0 60 4 37 12E 5C 17
Octal 162 5 156 0 140 4 67 456 134 27
Binary 1110010 101 1101110 0 1100000 100 110111 100101110 1011100 10111

Color Harmonies of #72056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72056E

Black with #72056E

Text Example


Text Example

White with #72056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72056E; }

 p { color: rgb(114,5,110); }

 H1.HeaderClassName
 {
   color: #72056E;
 }
 .AnyTagClassName
 {
   color: #72056E;
 }
</style>

background-color css

<style>
 a { background-color: #72056E; }

 a { background-color: rgb(114,5,110); }

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

border-color css

<style>
 span { border-color: #72056E; }

 span { border-color: rgb(114,5,110); }

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