#60013A

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

Shades of Tyrian Purple #60013A

Tints of Tyrian Purple #60013A

Color information

#60013A (or 0x60013A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 3A. RGB value is (96,1,58). Sum of RGB (Red+Green+Blue) = 96+1+58=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #60013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60013A is #9FFEC5. Grayscale: #232323. Windows color (decimal): -10485446 or 3801440. OLE color: 3801440.

HSL color Cylindrical-coordinate representation of color #60013A: hue angle of 324º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60013A is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB96158-
CMYK00.990.400.62
HSL324º97.94%19.02%-
HSV(B)324º98.96%37.65%-
XYZ5.62.814.25-
YUV35.9140.47170.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=61.94%
G=0.65%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9615800.990.400.6232497.9419.02
Hex6013A063283E1446213
Octal1401720143507650414223
Binary1100000111101001100011101000111110101000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60013A; }

 p { color: rgb(96,1,58); }

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

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

 a { background-color: rgb(96,1,58); }

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

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

 span { border-color: rgb(96,1,58); }

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