#601132

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

Shades of Tyrian Purple #601132

Tints of Tyrian Purple #601132

Color information

#601132 (or 0x601132) is unknown color: approx Tyrian Purple. HEX triplet: 60, 11 and 32. RGB value is (96,17,50). Sum of RGB (Red+Green+Blue) = 96+17+50=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601132 is #9FEECD. Grayscale: #2C2C2C. Windows color (decimal): -10481358 or 3281248. OLE color: 3281248.

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

Color convert

RGB961750-
CMYK00.820.480.62
HSL334.94º69.91%22.16%-
HSV(B)334.94º82.29%37.65%-
XYZ5.63.123.32-
YUV44.38131.17164.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=58.90%
G=10.43%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96175000.820.480.62334.9469.9122.16
Hex601132052303E14f4616
Octal14021620122607651710626
Binary11000001000111001001010010110000111110101001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601132; }

 p { color: rgb(96,17,50); }

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

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

 a { background-color: rgb(96,17,50); }

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

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

 span { border-color: rgb(96,17,50); }

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