#75285D

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

Shades of Palatinate Purple #75285D

Tints of Palatinate Purple #75285D

Color information

#75285D (or 0x75285D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 5D. RGB value is (117,40,93). Sum of RGB (Red+Green+Blue) = 117+40+93=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285D is #8AD7A2. Grayscale: #444444. Windows color (decimal): -9099171 or 6105205. OLE color: 6105205.

HSL color Cylindrical-coordinate representation of color #75285D: hue angle of 318.7º 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 #75285D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1174093-
CMYK00.660.210.54
HSL318.7º49.04%30.78%-
HSV(B)318.7º65.81%45.88%-
XYZ10.076.0911-
YUV69.06141.51162.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=46.8%
G=16%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117409300.660.210.54318.749.0430.78
Hex75285D042153613f311f
Octal16550135010225664776137
Binary11101011010001011101010000101010111011010011111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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