#750270

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

Shades of Purple #750270

Tints of Purple #750270

Color information

#750270 (or 0x750270) is unknown color: approx Purple. HEX triplet: 75, 02 and 70. RGB value is (117,2,112). Sum of RGB (Red+Green+Blue) = 117+2+112=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #750270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750270 is #8AFD8F. Grayscale: #303030. Windows color (decimal): -9108880 or 7340661. OLE color: 7340661.

HSL color Cylindrical-coordinate representation of color #750270: hue angle of 302.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750270 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB1172112-
CMYK00.980.040.54
HSL302.61º96.64%23.33%-
HSV(B)302.61º98.29%45.88%-
XYZ10.28515.75-
YUV48.92163.6176.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=50.65%
G=0.87%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117211200.980.040.54302.6196.6423.33
Hex7527006243612f6117
Octal1652160014246645714127
Binary111010110111000001100010100110110100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750270; }

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

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

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

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

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

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

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

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