#60014C

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

Shades of Tyrian Purple #60014C

Tints of Tyrian Purple #60014C

Color information

#60014C (or 0x60014C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 01 and 4C. RGB value is (96,1,76). Sum of RGB (Red+Green+Blue) = 96+1+76=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60014C is #9FFEB3. Grayscale: #252525. Windows color (decimal): -10485428 or 4981088. OLE color: 4981088.

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

Color convert

RGB96176-
CMYK00.990.210.62
HSL312.63º97.94%19.02%-
HSV(B)312.63º98.96%37.65%-
XYZ6.143.037.1-
YUV37.96149.47169.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=55.49%
G=0.58%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9617600.990.210.62312.6397.9419.02
Hex6014C063153E1396213
Octal14011140143257647114223
Binary1100000110011000110001110101111110100111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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