#60012E

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

Shades of Tyrian Purple #60012E

Tints of Tyrian Purple #60012E

Color information

#60012E (or 0x60012E) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 2E. RGB value is (96,1,46). Sum of RGB (Red+Green+Blue) = 96+1+46=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60012E is #9FFED1. Grayscale: #222222. Windows color (decimal): -10485458 or 3015008. OLE color: 3015008.

HSL color Cylindrical-coordinate representation of color #60012E: hue angle of 331.58º 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 #60012E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB96146-
CMYK00.990.520.62
HSL331.58º97.94%19.02%-
HSV(B)331.58º98.96%37.65%-
XYZ5.332.712.83-
YUV34.53134.47171.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=67.13%
G=0.70%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9614600.990.520.62331.5897.9419.02
Hex6012E063343E14c6213
Octal1401560143647651414223
Binary1100000110111001100011110100111110101001100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60012E; }

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

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

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

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

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

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

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

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