#750570

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

Shades of Purple #750570

Tints of Purple #750570

Color information

#750570 (or 0x750570) is unknown color: approx Purple. HEX triplet: 75, 05 and 70. RGB value is (117,5,112). Sum of RGB (Red+Green+Blue) = 117+5+112=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750570 is #8AFA8F. Grayscale: #323232. Windows color (decimal): -9108112 or 7341429. OLE color: 7341429.

HSL color Cylindrical-coordinate representation of color #750570: hue angle of 302.68º 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 #750570 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB1175112-
CMYK00.960.040.54
HSL302.68º91.8%23.92%-
HSV(B)302.68º95.73%45.88%-
XYZ10.325.0615.76-
YUV50.69162.61175.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=50%
G=2.14%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117511200.960.040.54302.6891.823.92
Hex7557006043612f5c18
Octal1655160014046645713430
Binary1110101101111000001100000100110110100101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750570; }

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

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

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

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

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

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

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

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