#601036

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

Shades of Tyrian Purple #601036

Tints of Tyrian Purple #601036

Color information

#601036 (or 0x601036) is unknown color: approx Tyrian Purple. HEX triplet: 60, 10 and 36. RGB value is (96,16,54). Sum of RGB (Red+Green+Blue) = 96+16+54=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601036 is #9FEFC9. Grayscale: #2C2C2C. Windows color (decimal): -10481610 or 3543136. OLE color: 3543136.

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

Color convert

RGB961654-
CMYK00.830.440.62
HSL331.5º71.43%21.96%-
HSV(B)331.5º83.33%37.65%-
XYZ5.683.123.79-
YUV44.25133.5164.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=57.83%
G=9.64%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96165400.830.440.62331.571.4321.96
Hex6010360532C3E14c4716
Octal14020660123547651410726
Binary11000001000011011001010011101100111110101001100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601036; }

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

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

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

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

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

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

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

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