#603255

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

Shades of Palatinate Purple #603255

Tints of Palatinate Purple #603255

Color information

#603255 (or 0x603255) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 55. RGB value is (96,50,85). Sum of RGB (Red+Green+Blue) = 96+50+85=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603255 is #9FCDAA. Grayscale: #434343. Windows color (decimal): -10472875 or 5583456. OLE color: 5583456.

HSL color Cylindrical-coordinate representation of color #603255: hue angle of 314.35º 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 #603255 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB965085-
CMYK00.480.110.62
HSL314.35º31.51%28.63%-
HSV(B)314.35º47.92%37.65%-
XYZ7.65.429.24-
YUV67.74137.74148.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=41.56%
G=21.65%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96508500.480.110.62314.3531.5128.63
Hex603255030B3E13a201d
Octal1406212506013764724035
Binary110000011001010101010110000101111111010011101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603255; }

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

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

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

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

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

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

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

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