#750565

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

Shades of Purple #750565

Tints of Purple #750565

Color information

#750565 (or 0x750565) is unknown color: approx Purple. HEX triplet: 75, 05 and 65. RGB value is (117,5,101). Sum of RGB (Red+Green+Blue) = 117+5+101=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750565 is #8AFA9A. Grayscale: #313131. Windows color (decimal): -9108123 or 6620533. OLE color: 6620533.

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

Color convert

RGB1175101-
CMYK00.960.140.54
HSL308.57º91.8%23.92%-
HSV(B)308.57º95.73%45.88%-
XYZ9.744.8312.73-
YUV49.43157.11176.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=52.47%
G=2.24%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117510100.960.140.54308.5791.823.92
Hex75565060E361355c18
Octal16551450140166646513430
Binary11101011011100101011000001110110110100110101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750565; }

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

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

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

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

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

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

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

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