#75295C

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

Shades of Palatinate Purple #75295C

Tints of Palatinate Purple #75295C

Color information

#75295C (or 0x75295C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 29 and 5C. RGB value is (117,41,92). Sum of RGB (Red+Green+Blue) = 117+41+92=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75295C is #8AD6A3. Grayscale: #454545. Windows color (decimal): -9098916 or 6039925. OLE color: 6039925.

HSL color Cylindrical-coordinate representation of color #75295C: hue angle of 319.74º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75295C is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1174192-
CMYK00.650.210.54
HSL319.74º48.1%30.98%-
HSV(B)319.74º64.96%45.88%-
XYZ10.066.1410.78-
YUV69.54140.68161.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=46.8%
G=16.4%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117419200.650.210.54319.7448.130.98
Hex75295C0411536140301f
Octal16551134010125665006037
Binary11101011010011011100010000011010111011010100000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75295C; }

 p { color: rgb(117,41,92); }

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

<style>
 a { background-color: #75295C; }

 a { background-color: rgb(117,41,92); }

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

<style>
 span { border-color: #75295C; }

 span { border-color: rgb(117,41,92); }

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