Html Css Color HEX #6B0D3E Tyrian Purple

📋 copy color: '#6B0D3E'

red 107 ◦ green 13 ◦ blue 62

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

Shades of Tyrian Purple #6B0D3E

Tints of Tyrian Purple #6B0D3E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.14%

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

R = 58.79%
G = 7.14%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B0D3E (or 0x6B0D3E) is known color: Tyrian Purple. HEX triplet: 6B, 0D and 3E. RGB value is (107,13,62). Sum of RGB (Red+Green+Blue) = 107+13+62=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0D3E is #94F2C1. Grayscale: #2E2E2E. Windows color (decimal): -9761474 or 4066667. OLE color: 4066667.

HSL color Cylindrical-coordinate representation of color #6B0D3E: hue angle of 328.72º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D3E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 13 62 -
CMYK 0 0.88 0.42 0.58
HSL 328.72º 0.78% 0.24% -
HSV(B) 328.72º 0.88% 0.42% -
XYZ 7.08 3.76 4.91 -
YUV 46.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 107 13 62 0 0.88 0.42 0.58 328.72 0.78 0.24
Hex 6B D 3E 0 58 2A 3A 149 4E 18
Octal 153 15 76 0 130 52 72 511 116 30
Binary 1101011 1101 111110 0 1011000 101010 111010 101001001 1001110 11000

Color Harmonies of #6B0D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D3E

Black with #6B0D3E

Text Example


Text Example

White with #6B0D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,13,62); }

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

background-color css

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

 a { background-color: rgb(107,13,62); }

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

border-color css

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

 span { border-color: rgb(107,13,62); }

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