#75285B

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

Shades of Palatinate Purple #75285B

Tints of Palatinate Purple #75285B

Color information

#75285B (or 0x75285B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 5B. RGB value is (117,40,91). Sum of RGB (Red+Green+Blue) = 117+40+91=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285B is #8AD7A4. Grayscale: #444444. Windows color (decimal): -9099173 or 5974133. OLE color: 5974133.

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

Color convert

RGB1174091-
CMYK00.660.220.54
HSL320.26º49.04%30.78%-
HSV(B)320.26º65.81%45.88%-
XYZ9.986.0510.54-
YUV68.84140.51162.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=47.18%
G=16.13%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117409100.660.220.54320.2649.0430.78
Hex75285B0421636140311f
Octal16550133010226665006137
Binary11101011010001011011010000101011011011010100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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