Html Css Color HEX #720166 Purple

📋 copy color: '#720166'

red 114 ◦ green 1 ◦ blue 102

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

Shades of Purple #720166

Tints of Purple #720166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 52.53%
G = 0.46%
B = 47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720166 (or 0x720166) is known color: Purple. HEX triplet: 72, 01 and 66. RGB value is (114,1,102). Sum of RGB (Red+Green+Blue) = 114+1+102=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #720166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720166 is #8DFE99. Grayscale: #2E2E2E. Windows color (decimal): -9305754 or 6685042. OLE color: 6685042.

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

Color convert

RGB 114 1 102 -
CMYK 0 0.99 0.11 0.55
HSL 306.37º 0.98% 0.23% -
HSV(B) 306.37º 0.99% 0.45% -
XYZ 9.35 4.56 12.96 -
YUV 46.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 114 1 102 0 0.99 0.11 0.55 306.37 0.98 0.23
Hex 72 1 66 0 63 B 37 132 62 17
Octal 162 1 146 0 143 13 67 462 142 27
Binary 1110010 1 1100110 0 1100011 1011 110111 100110010 1100010 10111

Color Harmonies of #720166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720166

Black with #720166

Text Example


Text Example

White with #720166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720166; }

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

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

background-color css

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

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

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

border-color css

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

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

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