Html Css Color HEX #720766 Purple

📋 copy color: '#720766'

red 114 ◦ green 7 ◦ blue 102

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

Shades of Purple #720766

Tints of Purple #720766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 51.12%
G = 3.14%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720766 (or 0x720766) is known color: Purple. HEX triplet: 72, 07 and 66. RGB value is (114,7,102). Sum of RGB (Red+Green+Blue) = 114+7+102=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #720766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720766 is #8DF899. Grayscale: #313131. Windows color (decimal): -9304218 or 6686578. OLE color: 6686578.

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

Color convert

RGB 114 7 102 -
CMYK 0 0.94 0.11 0.55
HSL 306.73º 0.88% 0.24% -
HSV(B) 306.73º 0.94% 0.45% -
XYZ 9.41 4.69 12.98 -
YUV 49.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 114 7 102 0 0.94 0.11 0.55 306.73 0.88 0.24
Hex 72 7 66 0 5E B 37 133 58 18
Octal 162 7 146 0 136 13 67 463 130 30
Binary 1110010 111 1100110 0 1011110 1011 110111 100110011 1011000 11000

Color Harmonies of #720766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720766

Black with #720766

Text Example


Text Example

White with #720766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720766; }

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

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

background-color css

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

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

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

border-color css

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

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

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