#75215E

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

Shades of Palatinate Purple #75215E

Tints of Palatinate Purple #75215E

Color information

#75215E (or 0x75215E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 5E. RGB value is (117,33,94). Sum of RGB (Red+Green+Blue) = 117+33+94=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75215E is #8ADEA1. Grayscale: #404040. Windows color (decimal): -9100962 or 6168949. OLE color: 6168949.

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

Color convert

RGB1173394-
CMYK00.720.200.54
HSL316.43º56%29.41%-
HSV(B)316.43º71.79%45.88%-
XYZ9.95.6811.16-
YUV65.07144.33165.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=47.95%
G=13.52%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117339400.720.200.54316.435629.41
Hex75215E048143613c381d
Octal16541136011024664747035
Binary11101011000011011110010010001010011011010011110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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