Html Css Color HEX #72136E Dark Purple

📋 copy color: '#72136E'

red 114 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #72136E

Tints of Dark Purple #72136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 46.91%
G = 7.82%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72136E (or 0x72136E) is known color: Dark Purple. HEX triplet: 72, 13 and 6E. RGB value is (114,19,110). Sum of RGB (Red+Green+Blue) = 114+19+110=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72136E is #8DEC91. Grayscale: #393939. Windows color (decimal): -9301138 or 7213938. OLE color: 7213938.

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

Color convert

RGB 114 19 110 -
CMYK 0 0.83 0.04 0.55
HSL 302.53º 0.71% 0.26% -
HSV(B) 302.53º 0.83% 0.45% -
XYZ 9.99 5.17 15.22 -
YUV 57.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 114 19 110 0 0.83 0.04 0.55 302.53 0.71 0.26
Hex 72 13 6E 0 53 4 37 12F 47 1A
Octal 162 23 156 0 123 4 67 457 107 32
Binary 1110010 10011 1101110 0 1010011 100 110111 100101111 1000111 11010

Color Harmonies of #72136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72136E

Black with #72136E

Text Example


Text Example

White with #72136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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