#75286E

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

Shades of Palatinate Purple #75286E

Tints of Palatinate Purple #75286E

Color information

#75286E (or 0x75286E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 6E. RGB value is (117,40,110). Sum of RGB (Red+Green+Blue) = 117+40+110=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75286E is #8AD791. Grayscale: #464646. Windows color (decimal): -9099154 or 7219317. OLE color: 7219317.

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

Color convert

RGB11740110-
CMYK00.660.060.54
HSL305.45º49.04%30.78%-
HSV(B)305.45º65.81%45.88%-
XYZ10.916.4315.42-
YUV71150.01160.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=43.82%
G=14.98%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174011000.660.060.54305.4549.0430.78
Hex75286E042636131311f
Octal1655015601026664616137
Binary111010110100011011100100001011011011010011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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