#75285A

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

Shades of Palatinate Purple #75285A

Tints of Palatinate Purple #75285A

Color information

#75285A (or 0x75285A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 28 and 5A. RGB value is (117,40,90). Sum of RGB (Red+Green+Blue) = 117+40+90=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75285A is #8AD7A5. Grayscale: #444444. Windows color (decimal): -9099174 or 5908597. OLE color: 5908597.

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

Color convert

RGB1174090-
CMYK00.660.230.54
HSL321.04º49.04%30.78%-
HSV(B)321.04º65.81%45.88%-
XYZ9.946.0410.31-
YUV68.72140.01162.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=47.37%
G=16.19%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117409000.660.230.54321.0449.0430.78
Hex75285A0421736141311f
Octal16550132010227665016137
Binary11101011010001011010010000101011111011010100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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