#600B3C

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

Shades of Tyrian Purple #600B3C

Tints of Tyrian Purple #600B3C

Color information

#600B3C (or 0x600B3C) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0B and 3C. RGB value is (96,11,60). Sum of RGB (Red+Green+Blue) = 96+11+60=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B3C is #9FF4C3. Grayscale: #292929. Windows color (decimal): -10482884 or 3935072. OLE color: 3935072.

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

Color convert

RGB961160-
CMYK00.890.380.62
HSL325.41º79.44%20.98%-
HSV(B)325.41º88.54%37.65%-
XYZ5.763.054.56-
YUV42138.16166.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 60 (23.83% from 255) = 35.93%
R=57.49%
G=6.59%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96116000.890.380.62325.4179.4420.98
Hex60B3C059263E1454f15
Octal14013740131467650511725
Binary1100000101111110001011001100110111110101000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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