#60345E

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

Shades of Palatinate Purple #60345E

Tints of Palatinate Purple #60345E

Color information

#60345E (or 0x60345E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 34 and 5E. RGB value is (96,52,94). Sum of RGB (Red+Green+Blue) = 96+52+94=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60345E is #9FCBA1. Grayscale: #454545. Windows color (decimal): -10472354 or 6173792. OLE color: 6173792.

HSL color Cylindrical-coordinate representation of color #60345E: hue angle of 302.73º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60345E is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB965294-
CMYK00.460.020.62
HSL302.73º29.73%29.02%-
HSV(B)302.73º45.83%37.65%-
XYZ8.075.7511.27-
YUV69.94141.58146.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=39.67%
G=21.49%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96529400.460.020.62302.7329.7329.02
Hex60345E02E23E12f1e1d
Octal140641360562764573635
Binary110000011010010111100101110101111101001011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,52,94); }

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

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

 a { background-color: rgb(96,52,94); }

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

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

 span { border-color: rgb(96,52,94); }

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