#601058

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

Shades of Palatinate Purple #601058

Tints of Palatinate Purple #601058

Color information

#601058 (or 0x601058) is unknown color: approx Palatinate Purple. HEX triplet: 60, 10 and 58. RGB value is (96,16,88). Sum of RGB (Red+Green+Blue) = 96+16+88=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #601058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601058 is #9FEFA7. Grayscale: #2F2F2F. Windows color (decimal): -10481576 or 5771360. OLE color: 5771360.

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

Color convert

RGB961688-
CMYK00.830.080.62
HSL306º71.43%21.96%-
HSV(B)306º83.33%37.65%-
XYZ6.773.569.56-
YUV48.13150.5162.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 88 (34.77% from 255) = 44%
R=48%
G=8%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96168800.830.080.6230671.4321.96
Hex60105805383E1324716
Octal140201300123107646210726
Binary1100000100001011000010100111000111110100110010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601058; }

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

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

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

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

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

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

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

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