#75236F

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

Shades of Palatinate Purple #75236F

Tints of Palatinate Purple #75236F

Color information

#75236F (or 0x75236F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 23 and 6F. RGB value is (117,35,111). Sum of RGB (Red+Green+Blue) = 117+35+111=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75236F is #8ADC90. Grayscale: #434343. Windows color (decimal): -9100433 or 7283573. OLE color: 7283573.

HSL color Cylindrical-coordinate representation of color #75236F: hue angle of 304.39º 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 #75236F is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11735111-
CMYK00.700.050.54
HSL304.39º53.95%29.8%-
HSV(B)304.39º70.09%45.88%-
XYZ10.816.1315.65-
YUV68.18152.17162.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=44.49%
G=13.31%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173511100.700.050.54304.3953.9529.8
Hex75236F046536130361e
Octal1654315701065664606636
Binary111010110001111011110100011010111011010011000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75236F; }

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

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

<style>
 a { background-color: #75236F; }

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

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

<style>
 span { border-color: #75236F; }

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

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