#75216A

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

Shades of Palatinate Purple #75216A

Tints of Palatinate Purple #75216A

Color information

#75216A (or 0x75216A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 6A. RGB value is (117,33,106). Sum of RGB (Red+Green+Blue) = 117+33+106=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75216A is #8ADE95. Grayscale: #424242. Windows color (decimal): -9100950 or 6955381. OLE color: 6955381.

HSL color Cylindrical-coordinate representation of color #75216A: hue angle of 307.86º 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 #75216A is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11733106-
CMYK00.720.090.54
HSL307.86º56%29.41%-
HSV(B)307.86º71.79%45.88%-
XYZ10.485.9114.22-
YUV66.44150.33164.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=45.70%
G=12.89%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173310600.720.090.54307.865629.41
Hex75216A048936134381d
Octal16541152011011664647035
Binary1110101100001110101001001000100111011010011010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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