#60012A

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

Shades of Tyrian Purple #60012A

Tints of Tyrian Purple #60012A

Color information

#60012A (or 0x60012A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 2A. RGB value is (96,1,42). Sum of RGB (Red+Green+Blue) = 96+1+42=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #60012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60012A is #9FFED5. Grayscale: #222222. Windows color (decimal): -10485462 or 2752864. OLE color: 2752864.

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

Color convert

RGB96142-
CMYK00.990.560.62
HSL334.11º97.94%19.02%-
HSV(B)334.11º98.96%37.65%-
XYZ5.252.682.43-
YUV34.08132.47172.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=69.06%
G=0.72%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9614200.990.560.62334.1197.9419.02
Hex6012A063383E14e6213
Octal1401520143707651614223
Binary1100000110101001100011111000111110101001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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