#600B39

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

Shades of Tyrian Purple #600B39

Tints of Tyrian Purple #600B39

Color information

#600B39 (or 0x600B39) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0B and 39. RGB value is (96,11,57). Sum of RGB (Red+Green+Blue) = 96+11+57=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #600B39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B39 is #9FF4C6. Grayscale: #292929. Windows color (decimal): -10482887 or 3738464. OLE color: 3738464.

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

Color convert

RGB961157-
CMYK00.890.410.62
HSL327.53º79.44%20.98%-
HSV(B)327.53º88.54%37.65%-
XYZ5.683.024.15-
YUV41.66136.66166.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=58.54%
G=6.71%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96115700.890.410.62327.5379.4420.98
Hex60B39059293E1484f15
Octal14013710131517651011725
Binary1100000101111100101011001101001111110101001000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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