Html Css Color HEX #6B0B32 Tyrian Purple

📋 copy color: '#6B0B32'

red 107 ◦ green 11 ◦ blue 50

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

Shades of Tyrian Purple #6B0B32

Tints of Tyrian Purple #6B0B32

RGB

 RED value IS 107 (42.19% from 255) = 63.69%

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

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 63.69%
G = 6.55%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6B0B32 (or 0x6B0B32) is known color: Tyrian Purple. HEX triplet: 6B, 0B and 32. RGB value is (107,11,50). Sum of RGB (Red+Green+Blue) = 107+11+50=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B32 is #94F4CD. Grayscale: #2C2C2C. Windows color (decimal): -9761998 or 3279723. OLE color: 3279723.

HSL color Cylindrical-coordinate representation of color #6B0B32: hue angle of 335.62º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B32 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 11 50 -
CMYK 0 0.90 0.53 0.58
HSL 335.63º 0.81% 0.23% -
HSV(B) 335.63º 0.9% 0.42% -
XYZ 6.76 3.6 3.36 -
YUV 44.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 107 11 50 0 0.90 0.53 0.58 335.63 0.81 0.23
Hex 6B B 32 0 5A 35 3A 150 51 17
Octal 153 13 62 0 132 65 72 520 121 27
Binary 1101011 1011 110010 0 1011010 110101 111010 101010000 1010001 10111

Color Harmonies of #6B0B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B32

Black with #6B0B32

Text Example


Text Example

White with #6B0B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0B32; }

 p { color: rgb(107,11,50); }

 H1.HeaderClassName
 {
   color: #6B0B32;
 }
 .AnyTagClassName
 {
   color: #6B0B32;
 }
</style>

background-color css

<style>
 a { background-color: #6B0B32; }

 a { background-color: rgb(107,11,50); }

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

border-color css

<style>
 span { border-color: #6B0B32; }

 span { border-color: rgb(107,11,50); }

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