#603256

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

Shades of Palatinate Purple #603256

Tints of Palatinate Purple #603256

Color information

#603256 (or 0x603256) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 56. RGB value is (96,50,86). Sum of RGB (Red+Green+Blue) = 96+50+86=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603256 is #9FCDA9. Grayscale: #434343. Windows color (decimal): -10472874 or 5648992. OLE color: 5648992.

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

Color convert

RGB965086-
CMYK00.480.100.62
HSL313.04º31.51%28.63%-
HSV(B)313.04º47.92%37.65%-
XYZ7.645.449.45-
YUV67.86138.24148.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=41.38%
G=21.55%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96508600.480.100.62313.0431.5128.63
Hex603256030A3E139201d
Octal1406212606012764714035
Binary110000011001010101100110000101011111010011100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603256; }

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

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

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

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

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

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

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

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