Html Css Color HEX #6D0B3A Tyrian Purple

📋 copy color: '#6D0B3A'

red 109 ◦ green 11 ◦ blue 58

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

Shades of Tyrian Purple #6D0B3A

Tints of Tyrian Purple #6D0B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 61.24%
G = 6.18%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D0B3A (or 0x6D0B3A) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 3A. RGB value is (109,11,58). Sum of RGB (Red+Green+Blue) = 109+11+58=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B3A is #92F4C5. Grayscale: #2D2D2D. Windows color (decimal): -9630918 or 3804013. OLE color: 3804013.

HSL color Cylindrical-coordinate representation of color #6D0B3A: hue angle of 331.22º 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 #6D0B3A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 58 -
CMYK 0 0.90 0.47 0.57
HSL 331.22º 0.82% 0.24% -
HSV(B) 331.22º 0.9% 0.43% -
XYZ 7.19 3.8 4.36 -
YUV 45.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 109 11 58 0 0.90 0.47 0.57 331.22 0.82 0.24
Hex 6D B 3A 0 5A 2F 39 14B 52 18
Octal 155 13 72 0 132 57 71 513 122 30
Binary 1101101 1011 111010 0 1011010 101111 111001 101001011 1010010 11000

Color Harmonies of #6D0B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B3A

Black with #6D0B3A

Text Example


Text Example

White with #6D0B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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