#75236D

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

Shades of Palatinate Purple #75236D

Tints of Palatinate Purple #75236D

Color information

#75236D (or 0x75236D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 23 and 6D. RGB value is (117,35,109). Sum of RGB (Red+Green+Blue) = 117+35+109=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75236D is #8ADC92. Grayscale: #434343. Windows color (decimal): -9100435 or 7152501. OLE color: 7152501.

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

Color convert

RGB11735109-
CMYK00.700.070.54
HSL305.85º53.95%29.8%-
HSV(B)305.85º70.09%45.88%-
XYZ10.76.0915.08-
YUV67.95151.17162.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=44.83%
G=13.41%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173510900.700.070.54305.8553.9529.8
Hex75236D046736132361e
Octal1654315501067664626636
Binary111010110001111011010100011011111011010011001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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