#750370

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

Shades of Purple #750370

Tints of Purple #750370

Color information

#750370 (or 0x750370) is unknown color: approx Purple. HEX triplet: 75, 03 and 70. RGB value is (117,3,112). Sum of RGB (Red+Green+Blue) = 117+3+112=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750370 is #8AFC8F. Grayscale: #313131. Windows color (decimal): -9108624 or 7340917. OLE color: 7340917.

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

Color convert

RGB1173112-
CMYK00.970.040.54
HSL302.63º95%23.53%-
HSV(B)302.63º97.44%45.88%-
XYZ10.295.0215.76-
YUV49.51163.27176.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=50.43%
G=1.29%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117311200.970.040.54302.639523.53
Hex7537006143612f5f18
Octal1653160014146645713730
Binary111010111111000001100001100110110100101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750370; }

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

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

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

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

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

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

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

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