#75285E

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

Shades of Palatinate Purple #75285E

Tints of Palatinate Purple #75285E

Color information

#75285E (or 0x75285E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 5E. RGB value is (117,40,94). Sum of RGB (Red+Green+Blue) = 117+40+94=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #75285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285E is #8AD7A1. Grayscale: #454545. Windows color (decimal): -9099170 or 6170741. OLE color: 6170741.

HSL color Cylindrical-coordinate representation of color #75285E: hue angle of 317.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75285E is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1174094-
CMYK00.660.200.54
HSL317.92º49.04%30.78%-
HSV(B)317.92º65.81%45.88%-
XYZ10.126.1111.24-
YUV69.18142.01162.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=46.61%
G=15.94%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117409400.660.200.54317.9249.0430.78
Hex75285E042143613e311f
Octal16550136010224664766137
Binary11101011010001011110010000101010011011010011111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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