#601255

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

Shades of Palatinate Purple #601255

Tints of Palatinate Purple #601255

Color information

#601255 (or 0x601255) is unknown color: approx Palatinate Purple. HEX triplet: 60, 12 and 55. RGB value is (96,18,85). Sum of RGB (Red+Green+Blue) = 96+18+85=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #601255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601255 is #9FEDAA. Grayscale: #303030. Windows color (decimal): -10481067 or 5575264. OLE color: 5575264.

HSL color Cylindrical-coordinate representation of color #601255: hue angle of 308.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601255 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB961885-
CMYK00.810.110.62
HSL308.46º68.42%22.35%-
HSV(B)308.46º81.25%37.65%-
XYZ6.683.588.93-
YUV48.96148.34161.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=48.24%
G=9.05%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96188500.810.110.62308.4668.4222.35
Hex601255051B3E1344416
Octal140221250121137646410426
Binary1100000100101010101010100011011111110100110100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601255; }

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

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

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

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

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

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

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

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