#601035

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

Shades of Tyrian Purple #601035

Tints of Tyrian Purple #601035

Color information

#601035 (or 0x601035) is unknown color: approx Tyrian Purple. HEX triplet: 60, 10 and 35. RGB value is (96,16,53). Sum of RGB (Red+Green+Blue) = 96+16+53=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601035 is #9FEFCA. Grayscale: #2C2C2C. Windows color (decimal): -10481611 or 3477600. OLE color: 3477600.

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

Color convert

RGB961653-
CMYK00.830.450.62
HSL332.25º71.43%21.96%-
HSV(B)332.25º83.33%37.65%-
XYZ5.653.113.67-
YUV44.14133164.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 16 (6.64% from 255) = 9.70%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=58.18%
G=9.70%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96165300.830.450.62332.2571.4321.96
Hex6010350532D3E14c4716
Octal14020650123557651410726
Binary11000001000011010101010011101101111110101001100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601035; }

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

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

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

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

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

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

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

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