#601258

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

Shades of Palatinate Purple #601258

Tints of Palatinate Purple #601258

Color information

#601258 (or 0x601258) is unknown color: approx Palatinate Purple. HEX triplet: 60, 12 and 58. RGB value is (96,18,88). Sum of RGB (Red+Green+Blue) = 96+18+88=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601258 is #9FEDA7. Grayscale: #313131. Windows color (decimal): -10481064 or 5771872. OLE color: 5771872.

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

Color convert

RGB961888-
CMYK00.810.080.62
HSL306.15º68.42%22.35%-
HSV(B)306.15º81.25%37.65%-
XYZ6.83.629.57-
YUV49.3149.84161.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=47.52%
G=8.91%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96188800.810.080.62306.1568.4222.35
Hex60125805183E1324416
Octal140221300121107646210426
Binary1100000100101011000010100011000111110100110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601258; }

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

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

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

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

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

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

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

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