#60052A

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

Shades of Tyrian Purple #60052A

Tints of Tyrian Purple #60052A

Color information

#60052A (or 0x60052A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 2A. RGB value is (96,5,42). Sum of RGB (Red+Green+Blue) = 96+5+42=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60052A is #9FFAD5. Grayscale: #242424. Windows color (decimal): -10484438 or 2753888. OLE color: 2753888.

HSL color Cylindrical-coordinate representation of color #60052A: hue angle of 335.6º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60052A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB96542-
CMYK00.950.560.62
HSL335.6º90.1%19.8%-
HSV(B)335.6º94.79%37.65%-
XYZ5.32.762.44-
YUV36.43131.15170.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=67.13%
G=3.50%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654200.950.560.62335.690.119.8
Hex6052A05F383E1505a14
Octal1405520137707652013224
Binary110000010110101001011111111000111110101010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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