#60023B

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

Shades of Tyrian Purple #60023B

Tints of Tyrian Purple #60023B

Color information

#60023B (or 0x60023B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 02 and 3B. RGB value is (96,2,59). Sum of RGB (Red+Green+Blue) = 96+2+59=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60023B is #9FFDC4. Grayscale: #242424. Windows color (decimal): -10485189 or 3867232. OLE color: 3867232.

HSL color Cylindrical-coordinate representation of color #60023B: hue angle of 323.62º 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 #60023B is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB96259-
CMYK00.980.390.62
HSL323.62º95.92%19.22%-
HSV(B)323.62º97.92%37.65%-
XYZ5.632.854.39-
YUV36.6140.64170.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=61.15%
G=1.27%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9625900.980.390.62323.6295.9219.22
Hex6023B062273E1446013
Octal1402730142477650414023
Binary11000001011101101100010100111111110101000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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