#600B4B

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

Shades of Tyrian Purple #600B4B

Tints of Tyrian Purple #600B4B

Color information

#600B4B (or 0x600B4B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0B and 4B. RGB value is (96,11,75). Sum of RGB (Red+Green+Blue) = 96+11+75=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B4B is #9FF4B4. Grayscale: #2B2B2B. Windows color (decimal): -10482869 or 4918112. OLE color: 4918112.

HSL color Cylindrical-coordinate representation of color #600B4B: hue angle of 314.82º 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 #600B4B is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB961175-
CMYK00.890.220.62
HSL314.82º79.44%20.98%-
HSV(B)314.82º88.54%37.65%-
XYZ6.213.236.95-
YUV43.71145.66165.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=52.75%
G=6.04%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96117500.890.220.62314.8279.4420.98
Hex60B4B059163E13b4f15
Octal140131130131267647311725
Binary1100000101110010110101100110110111110100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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