#75235C

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

Shades of Palatinate Purple #75235C

Tints of Palatinate Purple #75235C

Color information

#75235C (or 0x75235C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 23 and 5C. RGB value is (117,35,92). Sum of RGB (Red+Green+Blue) = 117+35+92=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75235C is #8ADCA3. Grayscale: #414141. Windows color (decimal): -9100452 or 6038389. OLE color: 6038389.

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

Color convert

RGB1173592-
CMYK00.700.210.54
HSL318.29º53.95%29.8%-
HSV(B)318.29º70.09%45.88%-
XYZ9.875.7610.72-
YUV66.02142.67164.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=47.95%
G=14.34%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117359200.700.210.54318.2953.9529.8
Hex75235C046153613e361e
Octal16543134010625664766636
Binary11101011000111011100010001101010111011010011111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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