#75215D

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

Shades of Palatinate Purple #75215D

Tints of Palatinate Purple #75215D

Color information

#75215D (or 0x75215D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 5D. RGB value is (117,33,93). Sum of RGB (Red+Green+Blue) = 117+33+93=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75215D is #8ADEA2. Grayscale: #404040. Windows color (decimal): -9100963 or 6103413. OLE color: 6103413.

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

Color convert

RGB1173393-
CMYK00.720.210.54
HSL317.14º56%29.41%-
HSV(B)317.14º71.79%45.88%-
XYZ9.865.6610.93-
YUV64.96143.83165.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=48.15%
G=13.58%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117339300.720.210.54317.145629.41
Hex75215D048153613d381d
Octal16541135011025664757035
Binary11101011000011011101010010001010111011010011110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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