Html Css Color HEX #72046E Purple

📋 copy color: '#72046E'

red 114 ◦ green 4 ◦ blue 110

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

Shades of Purple #72046E

Tints of Purple #72046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 50%
G = 1.75%
B = 48.25%

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

#72046E (or 0x72046E) is known color: Purple. HEX triplet: 72, 04 and 6E. RGB value is (114,4,110). Sum of RGB (Red+Green+Blue) = 114+4+110=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72046E is #8DFB91. Grayscale: #303030. Windows color (decimal): -9304978 or 7210098. OLE color: 7210098.

HSL color Cylindrical-coordinate representation of color #72046E: hue angle of 302.18º degrees, saturation: 0.93, 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 #72046E is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 110 -
CMYK 0 0.96 0.04 0.55
HSL 302.18º 0.93% 0.23% -
HSV(B) 302.18º 0.96% 0.45% -
XYZ 9.8 4.79 15.16 -
YUV 48.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 114 4 110 0 0.96 0.04 0.55 302.18 0.93 0.23
Hex 72 4 6E 0 60 4 37 12E 5D 17
Octal 162 4 156 0 140 4 67 456 135 27
Binary 1110010 100 1101110 0 1100000 100 110111 100101110 1011101 10111

Color Harmonies of #72046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72046E

Black with #72046E

Text Example


Text Example

White with #72046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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