Html Css Color HEX #6D012B Tyrian Purple

📋 copy color: '#6D012B'

red 109 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #6D012B

Tints of Tyrian Purple #6D012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 71.24%
G = 0.65%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D012B (or 0x6D012B) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 2B. RGB value is (109,1,43). Sum of RGB (Red+Green+Blue) = 109+1+43=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D012B is #92FED4. Grayscale: #262626. Windows color (decimal): -9633493 or 2818413. OLE color: 2818413.

HSL color Cylindrical-coordinate representation of color #6D012B: hue angle of 336.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D012B is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 1 43 -
CMYK 0 0.99 0.61 0.57
HSL 336.67º 0.98% 0.22% -
HSV(B) 336.67º 0.99% 0.43% -
XYZ 6.75 3.45 2.59 -
YUV 38.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 109 1 43 0 0.99 0.61 0.57 336.67 0.98 0.22
Hex 6D 1 2B 0 63 3D 39 151 62 16
Octal 155 1 53 0 143 75 71 521 142 26
Binary 1101101 1 101011 0 1100011 111101 111001 101010001 1100010 10110

Color Harmonies of #6D012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D012B

Black with #6D012B

Text Example


Text Example

White with #6D012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,43); }

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

background-color css

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

 a { background-color: rgb(109,1,43); }

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

border-color css

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

 span { border-color: rgb(109,1,43); }

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