#60094B

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

Shades of Tyrian Purple #60094B

Tints of Tyrian Purple #60094B

Color information

#60094B (or 0x60094B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 09 and 4B. RGB value is (96,9,75). Sum of RGB (Red+Green+Blue) = 96+9+75=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60094B is #9FF6B4. Grayscale: #2A2A2A. Windows color (decimal): -10483381 or 4917600. OLE color: 4917600.

HSL color Cylindrical-coordinate representation of color #60094B: hue angle of 314.48º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60094B is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB96975-
CMYK00.910.220.62
HSL314.48º82.86%20.59%-
HSV(B)314.48º90.62%37.65%-
XYZ6.193.196.95-
YUV42.54146.32166.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=53.33%
G=5%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697500.910.220.62314.4882.8620.59
Hex6094B05B163E13a5315
Octal140111130133267647212325
Binary1100000100110010110101101110110111110100111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,9,75); }

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

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

 a { background-color: rgb(96,9,75); }

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

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

 span { border-color: rgb(96,9,75); }

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