#75075F

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

Shades of Palatinate Purple #75075F

Tints of Palatinate Purple #75075F

Color information

#75075F (or 0x75075F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 07 and 5F. RGB value is (117,7,95). Sum of RGB (Red+Green+Blue) = 117+7+95=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75075F is #8AF8A0. Grayscale: #313131. Windows color (decimal): -9107617 or 6227829. OLE color: 6227829.

HSL color Cylindrical-coordinate representation of color #75075F: hue angle of 312º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75075F is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB117795-
CMYK00.940.190.54
HSL312º88.71%24.31%-
HSV(B)312º94.02%45.88%-
XYZ9.484.7611.25-
YUV49.92153.44175.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 7 (3.12% from 255) = 3.20%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=53.42%
G=3.20%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11779500.940.190.5431288.7124.31
Hex7575F05E13361385918
Octal16571370136236647013130
Binary111010111110111110101111010011110110100111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75075F; }

 p { color: rgb(117,7,95); }

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

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

 a { background-color: rgb(117,7,95); }

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

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

 span { border-color: rgb(117,7,95); }

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