Html Css Color HEX #600B40 Tyrian Purple

📋 copy color: '#600B40'

red 96 ◦ green 11 ◦ blue 64

#600B40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #600B40

Tints of Tyrian Purple #600B40

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 value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#600B40 (or 0x600B40) is known color: 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

RGB 96 11 64 -
CMYK 0 0.89 0.33 0.62
HSL 322.59º 0.79% 0.21% -
HSV(B) 322.59º 0.89% 0.38% -
XYZ 5.87 3.1 5.14 -
YUV 42.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 96 11 64 0 0.89 0.33 0.62 322.59 0.79 0.21
Hex 60 B 40 0 59 21 3E 143 4F 15
Octal 140 13 100 0 131 41 76 503 117 25
Binary 1100000 1011 1000000 0 1011001 100001 111110 101000011 1001111 10101

Color Harmonies of #600B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B40

Black with #600B40

Text Example


Text Example

White with #600B40

Text Example


Text Example

HTML Codes & Css Web 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>