Html Css Color HEX #6B0D3B Tyrian Purple

📋 copy color: '#6B0D3B'

red 107 ◦ green 13 ◦ blue 59

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

Shades of Tyrian Purple #6B0D3B

Tints of Tyrian Purple #6B0D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 59.78%
G = 7.26%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6B0D3B (or 0x6B0D3B) is known color: Tyrian Purple. HEX triplet: 6B, 0D and 3B. RGB value is (107,13,59). Sum of RGB (Red+Green+Blue) = 107+13+59=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0D3B is #94F2C4. Grayscale: #2E2E2E. Windows color (decimal): -9761477 or 3870059. OLE color: 3870059.

HSL color Cylindrical-coordinate representation of color #6B0D3B: hue angle of 330.64º 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 #6B0D3B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 13 59 -
CMYK 0 0.88 0.45 0.58
HSL 330.64º 0.78% 0.24% -
HSV(B) 330.64º 0.88% 0.42% -
XYZ 7 3.73 4.49 -
YUV 46.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 107 13 59 0 0.88 0.45 0.58 330.64 0.78 0.24
Hex 6B D 3B 0 58 2D 3A 14B 4E 18
Octal 153 15 73 0 130 55 72 513 116 30
Binary 1101011 1101 111011 0 1011000 101101 111010 101001011 1001110 11000

Color Harmonies of #6B0D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D3B

Black with #6B0D3B

Text Example


Text Example

White with #6B0D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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