#60033A

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

Shades of Tyrian Purple #60033A

Tints of Tyrian Purple #60033A

Color information

#60033A (or 0x60033A) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 3A. RGB value is (96,3,58). Sum of RGB (Red+Green+Blue) = 96+3+58=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60033A is #9FFCC5. Grayscale: #242424. Windows color (decimal): -10484934 or 3801952. OLE color: 3801952.

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

Color convert

RGB96358-
CMYK00.970.400.62
HSL324.52º93.94%19.41%-
HSV(B)324.52º96.88%37.65%-
XYZ5.622.864.26-
YUV37.08139.81170.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=61.15%
G=1.91%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9635800.970.400.62324.5293.9419.41
Hex6033A061283E1455e13
Octal1403720141507650513623
Binary11000001111101001100001101000111110101000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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