#750160

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

Shades of Purple #750160

Tints of Purple #750160

Color information

#750160 (or 0x750160) is unknown color: approx Purple. HEX triplet: 75, 01 and 60. RGB value is (117,1,96). Sum of RGB (Red+Green+Blue) = 117+1+96=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750160 is #8AFE9F. Grayscale: #2E2E2E. Windows color (decimal): -9109152 or 6291829. OLE color: 6291829.

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

Color convert

RGB117196-
CMYK00.990.180.54
HSL310.86º98.31%23.14%-
HSV(B)310.86º99.15%45.88%-
XYZ9.464.6511.47-
YUV46.51155.93178.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=54.67%
G=0.47%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11719600.990.180.54310.8698.3123.14
Hex7516006312361376217
Octal16511400143226646714227
Binary1110101111000000110001110010110110100110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750160; }

 p { color: rgb(117,1,96); }

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

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

 a { background-color: rgb(117,1,96); }

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

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

 span { border-color: rgb(117,1,96); }

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