#750960

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

Shades of Palatinate Purple #750960

Tints of Palatinate Purple #750960

Color information

#750960 (or 0x750960) is unknown color: approx Palatinate Purple. HEX triplet: 75, 09 and 60. RGB value is (117,9,96). Sum of RGB (Red+Green+Blue) = 117+9+96=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750960 is #8AF69F. Grayscale: #323232. Windows color (decimal): -9107104 or 6293877. OLE color: 6293877.

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

Color convert

RGB117996-
CMYK00.920.180.54
HSL311.67º85.71%24.71%-
HSV(B)311.67º92.31%45.88%-
XYZ9.554.8211.49-
YUV51.21153.28174.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=52.70%
G=4.05%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11799600.920.180.54311.6785.7124.71
Hex7596005C12361385619
Octal165111400134226647012631
Binary1110101100111000000101110010010110110100111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750960; }

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

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

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

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

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

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

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

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