Html Css Color HEX #6B0D37 Tyrian Purple

📋 copy color: '#6B0D37'

red 107 ◦ green 13 ◦ blue 55

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

Shades of Tyrian Purple #6B0D37

Tints of Tyrian Purple #6B0D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 61.14%
G = 7.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B0D37 (or 0x6B0D37) is known color: Tyrian Purple. HEX triplet: 6B, 0D and 37. RGB value is (107,13,55). Sum of RGB (Red+Green+Blue) = 107+13+55=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0D37 is #94F2C8. Grayscale: #2D2D2D. Windows color (decimal): -9761481 or 3607915. OLE color: 3607915.

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

Color convert

RGB 107 13 55 -
CMYK 0 0.88 0.49 0.58
HSL 333.19º 0.78% 0.24% -
HSV(B) 333.19º 0.88% 0.42% -
XYZ 6.9 3.69 3.96 -
YUV 45.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 107 13 55 0 0.88 0.49 0.58 333.19 0.78 0.24
Hex 6B D 37 0 58 31 3A 14D 4E 18
Octal 153 15 67 0 130 61 72 515 116 30
Binary 1101011 1101 110111 0 1011000 110001 111010 101001101 1001110 11000

Color Harmonies of #6B0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D37

Black with #6B0D37

Text Example


Text Example

White with #6B0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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