#75215A

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

Shades of Palatinate Purple #75215A

Tints of Palatinate Purple #75215A

Color information

#75215A (or 0x75215A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 5A. RGB value is (117,33,90). Sum of RGB (Red+Green+Blue) = 117+33+90=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #75215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75215A is #8ADEA5. Grayscale: #404040. Windows color (decimal): -9100966 or 5906805. OLE color: 5906805.

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

Color convert

RGB1173390-
CMYK00.720.230.54
HSL319.29º56%29.41%-
HSV(B)319.29º71.79%45.88%-
XYZ9.735.6110.24-
YUV64.61142.33165.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=48.75%
G=13.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117339000.720.230.54319.295629.41
Hex75215A048173613f381d
Octal16541132011027664777035
Binary11101011000011011010010010001011111011010011111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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