#75215C

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

Shades of Palatinate Purple #75215C

Tints of Palatinate Purple #75215C

Color information

#75215C (or 0x75215C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 21 and 5C. RGB value is (117,33,92). Sum of RGB (Red+Green+Blue) = 117+33+92=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75215C is #8ADEA3. Grayscale: #404040. Windows color (decimal): -9100964 or 6037877. OLE color: 6037877.

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

Color convert

RGB1173392-
CMYK00.720.210.54
HSL317.86º56%29.41%-
HSV(B)317.86º71.79%45.88%-
XYZ9.815.6410.7-
YUV64.84143.33165.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 33 (13.28% from 255) = 13.64%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=48.35%
G=13.64%
B=38.02%

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
Decimal117339200.720.210.54317.865629.41
Hex75215C048153613e381d
Octal16541134011025664767035
Binary11101011000011011100010010001010111011010011111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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