Html Css Color HEX #72108D Purple

📋 copy color: '#72108D'

red 114 ◦ green 16 ◦ blue 141

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

Shades of Purple #72108D

Tints of Purple #72108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 42.07%
G = 5.9%
B = 52.03%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72108D (or 0x72108D) is known color: Purple. HEX triplet: 72, 10 and 8D. RGB value is (114,16,141). Sum of RGB (Red+Green+Blue) = 114+16+141=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #72108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72108D is #8DEF72. Grayscale: #3B3B3B. Windows color (decimal): -9301875 or 9244786. OLE color: 9244786.

HSL color Cylindrical-coordinate representation of color #72108D: hue angle of 287.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72108D is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 16 141 -
CMYK 0.19 0.89 0 0.45
HSL 287.04º 0.8% 0.31% -
HSV(B) 287.04º 0.89% 0.55% -
XYZ 11.93 5.87 25.7 -
YUV 59.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 114 16 141 0.19 0.89 0 0.45 287.04 0.8 0.31
Hex 72 10 8D 13 59 0 2D 11F 50 1F
Octal 162 20 215 23 131 0 55 437 120 37
Binary 1110010 10000 10001101 10011 1011001 0 101101 100011111 1010000 11111

Color Harmonies of #72108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72108D

Black with #72108D

Text Example


Text Example

White with #72108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72108D; }

 p { color: rgb(114,16,141); }

 H1.HeaderClassName
 {
   color: #72108D;
 }
 .AnyTagClassName
 {
   color: #72108D;
 }
</style>

background-color css

<style>
 a { background-color: #72108D; }

 a { background-color: rgb(114,16,141); }

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

border-color css

<style>
 span { border-color: #72108D; }

 span { border-color: rgb(114,16,141); }

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