#720575

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

Shades of Purple #720575

Tints of Purple #720575

Color information

#720575 (or 0x720575) is unknown color: approx Purple. HEX triplet: 72, 05 and 75. RGB value is (114,5,117). Sum of RGB (Red+Green+Blue) = 114+5+117=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #720575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720575 is #8DFA8A. Grayscale: #323232. Windows color (decimal): -9304715 or 7669106. OLE color: 7669106.

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

Color convert

RGB1145117-
CMYK0.030.9600.54
HSL298.39º91.8%23.92%-
HSV(B)298.39º95.73%45.88%-
XYZ10.24.9717.25-
YUV50.36165.61173.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=48.31%
G=2.12%
B=49.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11451170.030.9600.54298.3991.823.92
Hex7257536003612a5c18
Octal1625165314006645213430
Binary111001010111101011111000000110110100101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720575; }

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

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

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

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

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

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

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

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