#60103C

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

Shades of Tyrian Purple #60103C

Tints of Tyrian Purple #60103C

Color information

#60103C (or 0x60103C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 10 and 3C. RGB value is (96,16,60). Sum of RGB (Red+Green+Blue) = 96+16+60=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60103C is #9FEFC3. Grayscale: #2C2C2C. Windows color (decimal): -10481604 or 3936352. OLE color: 3936352.

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

Color convert

RGB961660-
CMYK00.830.380.62
HSL327º71.43%21.96%-
HSV(B)327º83.33%37.65%-
XYZ5.823.184.58-
YUV44.94136.5164.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=55.81%
G=9.30%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96166000.830.380.6232771.4321.96
Hex60103C053263E1474716
Octal14020740123467650710726
Binary11000001000011110001010011100110111110101000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,16,60); }

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

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

 a { background-color: rgb(96,16,60); }

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

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

 span { border-color: rgb(96,16,60); }

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