Html Css Color HEX #600B3E Tyrian Purple

📋 copy color: '#600B3E'

red 96 ◦ green 11 ◦ blue 62

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

Shades of Tyrian Purple #600B3E

Tints of Tyrian Purple #600B3E

RGB

 RED value IS 96 (37.89% from 255) = 56.8%

 GREEN value IS 11 (4.69% from 255) = 6.51%

 BLUE value IS 62 (24.61% from 255) = 36.69%

R = 56.8%
G = 6.51%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#600B3E (or 0x600B3E) is known color: Tyrian Purple. HEX triplet: 60, 0B and 3E. RGB value is (96,11,62). Sum of RGB (Red+Green+Blue) = 96+11+62=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #600B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B3E is #9FF4C1. Grayscale: #2A2A2A. Windows color (decimal): -10482882 or 4066144. OLE color: 4066144.

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

Color convert

RGB 96 11 62 -
CMYK 0 0.89 0.35 0.62
HSL 324º 0.79% 0.21% -
HSV(B) 324º 0.89% 0.38% -
XYZ 5.81 3.07 4.84 -
YUV 42.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 96 11 62 0 0.89 0.35 0.62 324 0.79 0.21
Hex 60 B 3E 0 59 23 3E 144 4F 15
Octal 140 13 76 0 131 43 76 504 117 25
Binary 1100000 1011 111110 0 1011001 100011 111110 101000100 1001111 10101

Color Harmonies of #600B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B3E

Black with #600B3E

Text Example


Text Example

White with #600B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600B3E;
 }
 .AnyTagClassName
 {
   color: #600B3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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