#60034C

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

Shades of Tyrian Purple #60034C

Tints of Tyrian Purple #60034C

Color information

#60034C (or 0x60034C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 03 and 4C. RGB value is (96,3,76). Sum of RGB (Red+Green+Blue) = 96+3+76=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60034C is #9FFCB3. Grayscale: #262626. Windows color (decimal): -10484916 or 4981600. OLE color: 4981600.

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

Color convert

RGB96376-
CMYK00.970.210.62
HSL312.9º93.94%19.41%-
HSV(B)312.9º96.88%37.65%-
XYZ6.163.077.11-
YUV39.13148.81168.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=54.86%
G=1.71%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9637600.970.210.62312.993.9419.41
Hex6034C061153E1395e13
Octal14031140141257647113623
Binary11000001110011000110000110101111110100111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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