#720570

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

Shades of Purple #720570

Tints of Purple #720570

Color information

#720570 (or 0x720570) is unknown color: approx Purple. HEX triplet: 72, 05 and 70. RGB value is (114,5,112). Sum of RGB (Red+Green+Blue) = 114+5+112=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720570 is #8DFA8F. Grayscale: #313131. Windows color (decimal): -9304720 or 7341426. OLE color: 7341426.

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

Color convert

RGB1145112-
CMYK00.960.020.55
HSL301.1º91.6%23.33%-
HSV(B)301.1º95.61%44.71%-
XYZ9.924.8615.74-
YUV49.79163.11173.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=49.35%
G=2.16%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114511200.960.020.55301.191.623.33
Hex7257006023712d5c17
Octal1625160014026745513427
Binary111001010111100000110000010110111100101101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720570; }

 p { color: rgb(114,5,112); }

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

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

 a { background-color: rgb(114,5,112); }

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

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

 span { border-color: rgb(114,5,112); }

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