Html Css Color HEX #720D8C Purple

📋 copy color: '#720D8C'

red 114 ◦ green 13 ◦ blue 140

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

Shades of Purple #720D8C

Tints of Purple #720D8C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 42.7%
G = 4.87%
B = 52.43%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#720D8C (or 0x720D8C) is known color: Purple. HEX triplet: 72, 0D and 8C. RGB value is (114,13,140). Sum of RGB (Red+Green+Blue) = 114+13+140=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #720D8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720D8C is #8DF273. Grayscale: #393939. Windows color (decimal): -9302644 or 9178482. OLE color: 9178482.

HSL color Cylindrical-coordinate representation of color #720D8C: hue angle of 287.72º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720D8C is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 13 140 -
CMYK 0.19 0.91 0 0.45
HSL 287.72º 0.83% 0.3% -
HSV(B) 287.72º 0.91% 0.55% -
XYZ 11.82 5.76 25.3 -
YUV 57.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 114 13 140 0.19 0.91 0 0.45 287.72 0.83 0.3
Hex 72 D 8C 13 5B 0 2D 120 53 1E
Octal 162 15 214 23 133 0 55 440 123 36
Binary 1110010 1101 10001100 10011 1011011 0 101101 100100000 1010011 11110

Color Harmonies of #720D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D8C

Black with #720D8C

Text Example


Text Example

White with #720D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720D8C; }

 p { color: rgb(114,13,140); }

 H1.HeaderClassName
 {
   color: #720D8C;
 }
 .AnyTagClassName
 {
   color: #720D8C;
 }
</style>

background-color css

<style>
 a { background-color: #720D8C; }

 a { background-color: rgb(114,13,140); }

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

border-color css

<style>
 span { border-color: #720D8C; }

 span { border-color: rgb(114,13,140); }

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