Html Css Color HEX #720060 Purple

📋 copy color: '#720060'

red 114 ◦ green 0 ◦ blue 96

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

Shades of Purple #720060

Tints of Purple #720060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 54.29%
G = 0%
B = 45.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#720060 (or 0x720060) is known color: Purple. HEX triplet: 72, 00 and 60. RGB value is (114,0,96). Sum of RGB (Red+Green+Blue) = 114+0+96=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #720060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720060 is #8DFF9F. Grayscale: #2C2C2C. Windows color (decimal): -9306016 or 6291570. OLE color: 6291570.

HSL color Cylindrical-coordinate representation of color #720060: hue angle of 309.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720060 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 96 -
CMYK 0 1 0.16 0.55
HSL 309.47º 1% 0.22% -
HSV(B) 309.47º 1% 0.45% -
XYZ 9.05 4.42 11.44 -
YUV 45.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 114 0 96 0 1 0.16 0.55 309.47 1 0.22
Hex 72 0 60 0 64 10 37 135 64 16
Octal 162 0 140 0 144 20 67 465 144 26
Binary 1110010 0 1100000 0 1100100 10000 110111 100110101 1100100 10110

Color Harmonies of #720060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720060

Black with #720060

Text Example


Text Example

White with #720060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720060; }

 p { color: rgb(114,0,96); }

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

background-color css

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

 a { background-color: rgb(114,0,96); }

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

border-color css

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

 span { border-color: rgb(114,0,96); }

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