#603360

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

Shades of Palatinate Purple #603360

Tints of Palatinate Purple #603360

Color information

#603360 (or 0x603360) is unknown color: approx Palatinate Purple. HEX triplet: 60, 33 and 60. RGB value is (96,51,96). Sum of RGB (Red+Green+Blue) = 96+51+96=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #603360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603360 is #9FCC9F. Grayscale: #454545. Windows color (decimal): -10472608 or 6304608. OLE color: 6304608.

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

Color convert

RGB965196-
CMYK00.4700.62
HSL300º30.61%28.82%-
HSV(B)300º46.88%37.65%-
XYZ8.125.711.74-
YUV69.58142.91146.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=39.51%
G=20.99%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96519600.4700.6230030.6128.82
Hex60336002F03E12c1f1d
Octal140631400570764543735
Binary11000001100111100000010111101111101001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603360; }

 p { color: rgb(96,51,96); }

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

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

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

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

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

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

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