#60094C

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

Shades of Tyrian Purple #60094C

Tints of Tyrian Purple #60094C

Color information

#60094C (or 0x60094C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 09 and 4C. RGB value is (96,9,76). Sum of RGB (Red+Green+Blue) = 96+9+76=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60094C is #9FF6B3. Grayscale: #2A2A2A. Windows color (decimal): -10483380 or 4983136. OLE color: 4983136.

HSL color Cylindrical-coordinate representation of color #60094C: hue angle of 313.79º 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 #60094C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB96976-
CMYK00.910.210.62
HSL313.79º82.86%20.59%-
HSV(B)313.79º90.62%37.65%-
XYZ6.233.27.13-
YUV42.65146.82166.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=53.04%
G=4.97%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697600.910.210.62313.7982.8620.59
Hex6094C05B153E13a5315
Octal140111140133257647212325
Binary1100000100110011000101101110101111110100111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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