#720595

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

Shades of Purple #720595

Tints of Purple #720595

Color information

#720595 (or 0x720595) is unknown color: approx Purple. HEX triplet: 72, 05 and 95. RGB value is (114,5,149). Sum of RGB (Red+Green+Blue) = 114+5+149=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #720595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720595 is #8DFA6A. Grayscale: #353535. Windows color (decimal): -9304683 or 9766258. OLE color: 9766258.

HSL color Cylindrical-coordinate representation of color #720595: hue angle of 285.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720595 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1145149-
CMYK0.230.9700.42
HSL285.42º93.51%30.2%-
HSV(B)285.42º96.64%58.43%-
XYZ12.425.8628.91-
YUV54.01181.61170.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=42.54%
G=1.87%
B=55.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11451490.230.9700.42285.4293.5130.2
Hex72595176102A11d5e1e
Octal16252252714105243513636
Binary1110010101100101011011111000010101010100011101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720595; }

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

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

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

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

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

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

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

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