#75216D

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

Shades of Palatinate Purple #75216D

Tints of Palatinate Purple #75216D

Color information

#75216D (or 0x75216D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 6D. RGB value is (117,33,109). Sum of RGB (Red+Green+Blue) = 117+33+109=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75216D is #8ADE92. Grayscale: #424242. Windows color (decimal): -9100947 or 7151989. OLE color: 7151989.

HSL color Cylindrical-coordinate representation of color #75216D: hue angle of 305.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75216D is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11733109-
CMYK00.720.070.54
HSL305.71º56%29.41%-
HSV(B)305.71º71.79%45.88%-
XYZ10.645.9715.06-
YUV66.78151.83163.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=45.17%
G=12.74%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173310900.720.070.54305.715629.41
Hex75216D048736132381d
Octal1654115501107664627035
Binary111010110000111011010100100011111011010011001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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