#75075E

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

Shades of Palatinate Purple #75075E

Tints of Palatinate Purple #75075E

Color information

#75075E (or 0x75075E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 07 and 5E. RGB value is (117,7,94). Sum of RGB (Red+Green+Blue) = 117+7+94=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75075E is #8AF8A1. Grayscale: #313131. Windows color (decimal): -9107618 or 6162293. OLE color: 6162293.

HSL color Cylindrical-coordinate representation of color #75075E: hue angle of 312.55º 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 #75075E is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB117794-
CMYK00.940.200.54
HSL312.55º88.71%24.31%-
HSV(B)312.55º94.02%45.88%-
XYZ9.434.7411.01-
YUV49.81152.94175.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=53.67%
G=3.21%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11779400.940.200.54312.5588.7124.31
Hex7575E05E14361395918
Octal16571360136246647113130
Binary111010111110111100101111010100110110100111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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