#75286D

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

Shades of Palatinate Purple #75286D

Tints of Palatinate Purple #75286D

Color information

#75286D (or 0x75286D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 6D. RGB value is (117,40,109). Sum of RGB (Red+Green+Blue) = 117+40+109=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75286D is #8AD792. Grayscale: #464646. Windows color (decimal): -9099155 or 7153781. OLE color: 7153781.

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

Color convert

RGB11740109-
CMYK00.660.070.54
HSL306.23º49.04%30.78%-
HSV(B)306.23º65.81%45.88%-
XYZ10.866.415.13-
YUV70.89149.51160.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=43.98%
G=15.04%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174010900.660.070.54306.2349.0430.78
Hex75286D042736132311f
Octal1655015501027664626137
Binary111010110100011011010100001011111011010011001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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