#60375C

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

Shades of Palatinate Purple #60375C

Tints of Palatinate Purple #60375C

Color information

#60375C (or 0x60375C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 37 and 5C. RGB value is (96,55,92). Sum of RGB (Red+Green+Blue) = 96+55+92=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60375C is #9FC8A3. Grayscale: #474747. Windows color (decimal): -10471588 or 6043488. OLE color: 6043488.

HSL color Cylindrical-coordinate representation of color #60375C: hue angle of 305.85º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60375C is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB965592-
CMYK00.430.040.62
HSL305.85º27.15%29.61%-
HSV(B)305.85º42.71%37.65%-
XYZ8.125.9910.85-
YUV71.48139.58145.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=39.51%
G=22.63%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96559200.430.040.62305.8527.1529.61
Hex60375C02B43E1321b1e
Octal140671340534764623336
Binary1100000110111101110001010111001111101001100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,55,92); }

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

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

 a { background-color: rgb(96,55,92); }

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

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

 span { border-color: rgb(96,55,92); }

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