Html Css Color HEX #720C87 Purple

📋 copy color: '#720C87'

red 114 ◦ green 12 ◦ blue 135

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

Shades of Purple #720C87

Tints of Purple #720C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

 BLUE value IS 135 (53.13% from 255) = 51.72%

R = 43.68%
G = 4.6%
B = 51.72%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#720C87 (or 0x720C87) is known color: Purple. HEX triplet: 72, 0C and 87. RGB value is (114,12,135). Sum of RGB (Red+Green+Blue) = 114+12+135=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #720C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720C87 is #8DF378. Grayscale: #383838. Windows color (decimal): -9302905 or 8850546. OLE color: 8850546.

HSL color Cylindrical-coordinate representation of color #720C87: hue angle of 289.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720C87 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 12 135 -
CMYK 0.16 0.91 0 0.47
HSL 289.76º 0.84% 0.29% -
HSV(B) 289.76º 0.91% 0.53% -
XYZ 11.44 5.59 23.4 -
YUV 56.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 114 12 135 0.16 0.91 0 0.47 289.76 0.84 0.29
Hex 72 C 87 10 5B 0 2F 122 54 1D
Octal 162 14 207 20 133 0 57 442 124 35
Binary 1110010 1100 10000111 10000 1011011 0 101111 100100010 1010100 11101

Color Harmonies of #720C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C87

Black with #720C87

Text Example


Text Example

White with #720C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,12,135); }

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

background-color css

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

 a { background-color: rgb(114,12,135); }

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

border-color css

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

 span { border-color: rgb(114,12,135); }

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