#720874

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

Shades of Purple #720874

Tints of Purple #720874

Color information

#720874 (or 0x720874) is unknown color: approx Purple. HEX triplet: 72, 08 and 74. RGB value is (114,8,116). Sum of RGB (Red+Green+Blue) = 114+8+116=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #720874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720874 is #8DF78B. Grayscale: #333333. Windows color (decimal): -9303948 or 7604338. OLE color: 7604338.

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

Color convert

RGB1148116-
CMYK0.020.9300.55
HSL298.89º87.1%24.31%-
HSV(B)298.89º93.1%45.49%-
XYZ10.185.0116.95-
YUV52.01164.12172.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 116 (45.70% from 255) = 48.74%
R=47.90%
G=3.36%
B=48.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11481160.020.9300.55298.8987.124.31
Hex7287425D03712b5718
Octal16210164213506745312730
Binary1110010100011101001010111010110111100101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720874; }

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

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

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

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

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

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

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

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