#75236E

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

Shades of Palatinate Purple #75236E

Tints of Palatinate Purple #75236E

Color information

#75236E (or 0x75236E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 23 and 6E. RGB value is (117,35,110). Sum of RGB (Red+Green+Blue) = 117+35+110=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75236E is #8ADC91. Grayscale: #434343. Windows color (decimal): -9100434 or 7218037. OLE color: 7218037.

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

Color convert

RGB11735110-
CMYK00.700.060.54
HSL305.12º53.95%29.8%-
HSV(B)305.12º70.09%45.88%-
XYZ10.756.1115.36-
YUV68.07151.67162.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=44.66%
G=13.36%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173511000.700.060.54305.1253.9529.8
Hex75236E046636131361e
Octal1654315601066664616636
Binary111010110001111011100100011011011011010011000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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