#60033F

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

Shades of Tyrian Purple #60033F

Tints of Tyrian Purple #60033F

Color information

#60033F (or 0x60033F) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 3F. RGB value is (96,3,63). Sum of RGB (Red+Green+Blue) = 96+3+63=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60033F is #9FFCC0. Grayscale: #252525. Windows color (decimal): -10484929 or 4129632. OLE color: 4129632.

HSL color Cylindrical-coordinate representation of color #60033F: hue angle of 321.29º 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 #60033F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB96363-
CMYK00.970.340.62
HSL321.29º93.94%19.41%-
HSV(B)321.29º96.88%37.65%-
XYZ5.752.914.96-
YUV37.65142.31169.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 63 (25% from 255) = 38.89%
R=59.26%
G=1.85%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9636300.970.340.62321.2993.9419.41
Hex6033F061223E1415e13
Octal1403770141427650113623
Binary11000001111111101100001100010111110101000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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