#603455

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

Shades of Palatinate Purple #603455

Tints of Palatinate Purple #603455

Color information

#603455 (or 0x603455) is unknown color: approx Palatinate Purple. HEX triplet: 60, 34 and 55. RGB value is (96,52,85). Sum of RGB (Red+Green+Blue) = 96+52+85=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603455 is #9FCBAA. Grayscale: #444444. Windows color (decimal): -10472363 or 5583968. OLE color: 5583968.

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

Color convert

RGB965285-
CMYK00.460.110.62
HSL315º29.73%29.02%-
HSV(B)315º45.83%37.65%-
XYZ7.695.69.27-
YUV68.92137.08147.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=41.20%
G=22.32%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96528500.460.110.6231529.7329.02
Hex60345502EB3E13b1e1d
Octal1406412505613764733635
Binary11000001101001010101010111010111111101001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603455; }

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

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

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

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

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

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

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

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