#720875

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

Shades of Purple #720875

Tints of Purple #720875

Color information

#720875 (or 0x720875) is unknown color: approx Purple. HEX triplet: 72, 08 and 75. RGB value is (114,8,117). Sum of RGB (Red+Green+Blue) = 114+8+117=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #720875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720875 is #8DF78A. Grayscale: #333333. Windows color (decimal): -9303947 or 7669874. OLE color: 7669874.

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

Color convert

RGB1148117-
CMYK0.030.9300.54
HSL298.35º87.2%24.51%-
HSV(B)298.35º93.16%45.88%-
XYZ10.245.0417.26-
YUV52.12164.62172.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=47.70%
G=3.35%
B=48.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11481170.030.9300.54298.3587.224.51
Hex7287535D03612a5719
Octal16210165313506645212731
Binary1110010100011101011110111010110110100101010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720875; }

 p { color: rgb(114,8,117); }

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

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

 a { background-color: rgb(114,8,117); }

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

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

 span { border-color: rgb(114,8,117); }

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