#600B46

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

Shades of Tyrian Purple #600B46

Tints of Tyrian Purple #600B46

Color information

#600B46 (or 0x600B46) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0B and 46. RGB value is (96,11,70). Sum of RGB (Red+Green+Blue) = 96+11+70=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #600B46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B46 is #9FF4B9. Grayscale: #2A2A2A. Windows color (decimal): -10482874 or 4590432. OLE color: 4590432.

HSL color Cylindrical-coordinate representation of color #600B46: hue angle of 318.35º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B46 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB961170-
CMYK00.890.270.62
HSL318.35º79.44%20.98%-
HSV(B)318.35º88.54%37.65%-
XYZ6.053.176.09-
YUV43.14143.16165.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 11 (4.69% from 255) = 6.21%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=54.24%
G=6.21%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96117000.890.270.62318.3579.4420.98
Hex60B460591B3E13e4f15
Octal140131060131337647611725
Binary1100000101110001100101100111011111110100111110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600B46; }

 p { color: rgb(96,11,70); }

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

<style>
 a { background-color: #600B46; }

 a { background-color: rgb(96,11,70); }

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

<style>
 span { border-color: #600B46; }

 span { border-color: rgb(96,11,70); }

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