#603260

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

Shades of Palatinate Purple #603260

Tints of Palatinate Purple #603260

Color information

#603260 (or 0x603260) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 60. RGB value is (96,50,96). Sum of RGB (Red+Green+Blue) = 96+50+96=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #603260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603260 is #9FCD9F. Grayscale: #444444. Windows color (decimal): -10472864 or 6304352. OLE color: 6304352.

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

Color convert

RGB965096-
CMYK00.4800.62
HSL300º31.51%28.63%-
HSV(B)300º47.92%37.65%-
XYZ8.085.6111.72-
YUV69143.24147.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=39.67%
G=20.66%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96509600.4800.6230031.5128.63
Hex60326003003E12c201d
Octal140621400600764544035
Binary110000011001011000000110000011111010010110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603260; }

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

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

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

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

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

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

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

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