#60023E

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

Shades of Tyrian Purple #60023E

Tints of Tyrian Purple #60023E

Color information

#60023E (or 0x60023E) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 3E. RGB value is (96,2,62). Sum of RGB (Red+Green+Blue) = 96+2+62=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60023E is #9FFDC1. Grayscale: #242424. Windows color (decimal): -10485186 or 4063840. OLE color: 4063840.

HSL color Cylindrical-coordinate representation of color #60023E: hue angle of 321.7º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60023E is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB96262-
CMYK00.980.350.62
HSL321.7º95.92%19.22%-
HSV(B)321.7º97.92%37.65%-
XYZ5.722.884.81-
YUV36.95142.14170.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 62 (24.61% from 255) = 38.75%
R=60%
G=1.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9626200.980.350.62321.795.9219.22
Hex6023E062233E1426013
Octal1402760142437650214023
Binary11000001011111001100010100011111110101000010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,2,62); }

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

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

 a { background-color: rgb(96,2,62); }

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

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

 span { border-color: rgb(96,2,62); }

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