#603055

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

Shades of Palatinate Purple #603055

Tints of Palatinate Purple #603055

Color information

#603055 (or 0x603055) is unknown color: approx Palatinate Purple. HEX triplet: 60, 30 and 55. RGB value is (96,48,85). Sum of RGB (Red+Green+Blue) = 96+48+85=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #603055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603055 is #9FCFAA. Grayscale: #424242. Windows color (decimal): -10473387 or 5582944. OLE color: 5582944.

HSL color Cylindrical-coordinate representation of color #603055: hue angle of 313.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603055 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB964885-
CMYK00.500.110.62
HSL313.75º33.33%28.24%-
HSV(B)313.75º50%37.65%-
XYZ7.525.269.21-
YUV66.57138.4148.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=41.92%
G=20.96%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96488500.500.110.62313.7533.3328.24
Hex603055032B3E13a211c
Octal1406012506213764724134
Binary110000011000010101010110010101111111010011101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603055; }

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

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

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

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

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

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

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

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