#60114B

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

Shades of Tyrian Purple #60114B

Tints of Tyrian Purple #60114B

Color information

#60114B (or 0x60114B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 11 and 4B. RGB value is (96,17,75). Sum of RGB (Red+Green+Blue) = 96+17+75=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60114B is #9FEEB4. Grayscale: #2F2F2F. Windows color (decimal): -10481333 or 4919648. OLE color: 4919648.

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

Color convert

RGB961775-
CMYK00.820.220.62
HSL315.95º69.91%22.16%-
HSV(B)315.95º82.29%37.65%-
XYZ6.293.46.98-
YUV47.23143.67162.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=51.06%
G=9.04%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96177500.820.220.62315.9569.9122.16
Hex60114B052163E13c4616
Octal140211130122267647410626
Binary11000001000110010110101001010110111110100111100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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