#603152

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

Shades of Palatinate Purple #603152

Tints of Palatinate Purple #603152

Color information

#603152 (or 0x603152) is unknown color: approx Palatinate Purple. HEX triplet: 60, 31 and 52. RGB value is (96,49,82). Sum of RGB (Red+Green+Blue) = 96+49+82=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #603152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603152 is #9FCEAD. Grayscale: #424242. Windows color (decimal): -10473134 or 5386592. OLE color: 5386592.

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

Color convert

RGB964982-
CMYK00.490.150.62
HSL317.87º32.41%28.43%-
HSV(B)317.87º48.96%37.65%-
XYZ7.455.298.61-
YUV66.82136.57148.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=42.29%
G=21.59%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96498200.490.150.62317.8732.4128.43
Hex603152031F3E13e201c
Octal1406112206117764764034
Binary110000011000110100100110001111111111010011111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603152; }

 p { color: rgb(96,49,82); }

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

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

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

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

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

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

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