Html Css Color HEX #720266 Purple

📋 copy color: '#720266'

red 114 ◦ green 2 ◦ blue 102

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

Shades of Purple #720266

Tints of Purple #720266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 52.29%
G = 0.92%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720266 (or 0x720266) is known color: Purple. HEX triplet: 72, 02 and 66. RGB value is (114,2,102). Sum of RGB (Red+Green+Blue) = 114+2+102=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #720266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720266 is #8DFD99. Grayscale: #2E2E2E. Windows color (decimal): -9305498 or 6685298. OLE color: 6685298.

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

Color convert

RGB 114 2 102 -
CMYK 0 0.98 0.11 0.55
HSL 306.43º 0.97% 0.23% -
HSV(B) 306.43º 0.98% 0.45% -
XYZ 9.36 4.58 12.96 -
YUV 46.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 114 2 102 0 0.98 0.11 0.55 306.43 0.97 0.23
Hex 72 2 66 0 62 B 37 132 61 17
Octal 162 2 146 0 142 13 67 462 141 27
Binary 1110010 10 1100110 0 1100010 1011 110111 100110010 1100001 10111

Color Harmonies of #720266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720266

Black with #720266

Text Example


Text Example

White with #720266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720266; }

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

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

background-color css

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

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

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

border-color css

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

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

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