#600B40

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

Shades of Tyrian Purple #600B40

Tints of Tyrian Purple #600B40

Color information

#600B40 (or 0x600B40) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0B and 40. RGB value is (96,11,64). Sum of RGB (Red+Green+Blue) = 96+11+64=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #600B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B40 is #9FF4BF. Grayscale: #2A2A2A. Windows color (decimal): -10482880 or 4197216. OLE color: 4197216.

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

Color convert

RGB961164-
CMYK00.890.330.62
HSL322.59º79.44%20.98%-
HSV(B)322.59º88.54%37.65%-
XYZ5.873.15.14-
YUV42.46140.16166.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=56.14%
G=6.43%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96116400.890.330.62322.5979.4420.98
Hex60B40059213E1434f15
Octal140131000131417650311725
Binary11000001011100000001011001100001111110101000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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