#720276

Color #720276 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #720276

Tints of Purple #720276

Color information

#720276 (or 0x720276) is unknown color: approx Purple. HEX triplet: 72, 02 and 76. RGB value is (114,2,118). Sum of RGB (Red+Green+Blue) = 114+2+118=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #720276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720276 is #8DFD89. Grayscale: #303030. Windows color (decimal): -9305482 or 7733874. OLE color: 7733874.

HSL color Cylindrical-coordinate representation of color #720276: hue angle of 297.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720276 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1142118-
CMYK0.030.9800.54
HSL297.93º96.67%23.53%-
HSV(B)297.93º98.31%46.27%-
XYZ10.234.9317.55-
YUV48.71167.11174.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=48.72%
G=0.85%
B=50.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11421180.030.9800.54297.9396.6723.53
Hex7227636203612a6118
Octal1622166314206645214130
Binary11100101011101101111000100110110100101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720276; }

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

 H1.HeaderClassName
 {
   color: #720276;
 }
 .AnyTagClassName
 {
   color: #720276;
 }
</style>
background-color css

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

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

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

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

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

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