#60375B

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

Shades of Palatinate Purple #60375B

Tints of Palatinate Purple #60375B

Color information

#60375B (or 0x60375B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 37 and 5B. RGB value is (96,55,91). Sum of RGB (Red+Green+Blue) = 96+55+91=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60375B is #9FC8A4. Grayscale: #474747. Windows color (decimal): -10471589 or 5977952. OLE color: 5977952.

HSL color Cylindrical-coordinate representation of color #60375B: hue angle of 307.32º 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 #60375B is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB965591-
CMYK00.430.050.62
HSL307.32º27.15%29.61%-
HSV(B)307.32º42.71%37.65%-
XYZ8.085.9710.62-
YUV71.36139.08145.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=39.67%
G=22.73%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96559100.430.050.62307.3227.1529.61
Hex60375B02B53E1331b1e
Octal140671330535764633336
Binary1100000110111101101101010111011111101001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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