Html Css Color HEX #6D0B3B Tyrian Purple

📋 copy color: '#6D0B3B'

red 109 ◦ green 11 ◦ blue 59

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

Shades of Tyrian Purple #6D0B3B

Tints of Tyrian Purple #6D0B3B

RGB

 RED value IS 109 (42.97% from 255) = 60.89%

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

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

R = 60.89%
G = 6.15%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6D0B3B (or 0x6D0B3B) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 3B. RGB value is (109,11,59). Sum of RGB (Red+Green+Blue) = 109+11+59=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B3B is #92F4C4. Grayscale: #2D2D2D. Windows color (decimal): -9630917 or 3869549. OLE color: 3869549.

HSL color Cylindrical-coordinate representation of color #6D0B3B: hue angle of 330.61º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B3B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 59 -
CMYK 0 0.90 0.46 0.57
HSL 330.61º 0.82% 0.24% -
HSV(B) 330.61º 0.9% 0.43% -
XYZ 7.22 3.81 4.49 -
YUV 45.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 109 11 59 0 0.90 0.46 0.57 330.61 0.82 0.24
Hex 6D B 3B 0 5A 2E 39 14B 52 18
Octal 155 13 73 0 132 56 71 513 122 30
Binary 1101101 1011 111011 0 1011010 101110 111001 101001011 1010010 11000

Color Harmonies of #6D0B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B3B

Black with #6D0B3B

Text Example


Text Example

White with #6D0B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,11,59); }

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

background-color css

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

 a { background-color: rgb(109,11,59); }

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

border-color css

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

 span { border-color: rgb(109,11,59); }

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