#75215B

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

Shades of Palatinate Purple #75215B

Tints of Palatinate Purple #75215B

Color information

#75215B (or 0x75215B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 5B. RGB value is (117,33,91). Sum of RGB (Red+Green+Blue) = 117+33+91=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75215B is #8ADEA4. Grayscale: #404040. Windows color (decimal): -9100965 or 5972341. OLE color: 5972341.

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

Color convert

RGB1173391-
CMYK00.720.220.54
HSL318.57º56%29.41%-
HSV(B)318.57º71.79%45.88%-
XYZ9.775.6210.47-
YUV64.73142.83165.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=48.55%
G=13.69%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117339100.720.220.54318.575629.41
Hex75215B048163613f381d
Octal16541133011026664777035
Binary11101011000011011011010010001011011011010011111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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