Html Css Color HEX #720666 Purple

📋 copy color: '#720666'

red 114 ◦ green 6 ◦ blue 102

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

Shades of Purple #720666

Tints of Purple #720666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 51.35%
G = 2.7%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720666 (or 0x720666) is known color: Purple. HEX triplet: 72, 06 and 66. RGB value is (114,6,102). Sum of RGB (Red+Green+Blue) = 114+6+102=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #720666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720666 is #8DF999. Grayscale: #303030. Windows color (decimal): -9304474 or 6686322. OLE color: 6686322.

HSL color Cylindrical-coordinate representation of color #720666: hue angle of 306.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720666 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 102 -
CMYK 0 0.95 0.11 0.55
HSL 306.67º 0.9% 0.24% -
HSV(B) 306.67º 0.95% 0.45% -
XYZ 9.4 4.67 12.98 -
YUV 49.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 114 6 102 0 0.95 0.11 0.55 306.67 0.9 0.24
Hex 72 6 66 0 5F B 37 133 5A 18
Octal 162 6 146 0 137 13 67 463 132 30
Binary 1110010 110 1100110 0 1011111 1011 110111 100110011 1011010 11000

Color Harmonies of #720666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720666

Black with #720666

Text Example


Text Example

White with #720666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720666; }

 p { color: rgb(114,6,102); }

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

background-color css

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

 a { background-color: rgb(114,6,102); }

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

border-color css

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

 span { border-color: rgb(114,6,102); }

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