#60175B

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

Shades of Palatinate Purple #60175B

Tints of Palatinate Purple #60175B

Color information

#60175B (or 0x60175B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 17 and 5B. RGB value is (96,23,91). Sum of RGB (Red+Green+Blue) = 96+23+91=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60175B is #9FE8A4. Grayscale: #343434. Windows color (decimal): -10479781 or 5969760. OLE color: 5969760.

HSL color Cylindrical-coordinate representation of color #60175B: hue angle of 304.11º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60175B is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB962391-
CMYK00.760.050.62
HSL304.11º61.34%23.33%-
HSV(B)304.11º76.04%37.65%-
XYZ7.023.8510.27-
YUV52.58149.68158.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=45.71%
G=10.95%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96239100.760.050.62304.1161.3423.33
Hex60175B04C53E1303d17
Octal1402713301145764607527
Binary11000001011110110110100110010111111010011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,23,91); }

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

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

 a { background-color: rgb(96,23,91); }

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

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

 span { border-color: rgb(96,23,91); }

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