Html Css Color HEX #6D0B30 Tyrian Purple

📋 copy color: '#6D0B30'

red 109 ◦ green 11 ◦ blue 48

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

Shades of Tyrian Purple #6D0B30

Tints of Tyrian Purple #6D0B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 64.88%
G = 6.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6D0B30 (or 0x6D0B30) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 30. RGB value is (109,11,48). Sum of RGB (Red+Green+Blue) = 109+11+48=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B30 is #92F4CF. Grayscale: #2C2C2C. Windows color (decimal): -9630928 or 3148653. OLE color: 3148653.

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

Color convert

RGB 109 11 48 -
CMYK 0 0.90 0.56 0.57
HSL 337.35º 0.82% 0.24% -
HSV(B) 337.35º 0.9% 0.43% -
XYZ 6.96 3.7 3.14 -
YUV 44.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 109 11 48 0 0.90 0.56 0.57 337.35 0.82 0.24
Hex 6D B 30 0 5A 38 39 151 52 18
Octal 155 13 60 0 132 70 71 521 122 30
Binary 1101101 1011 110000 0 1011010 111000 111001 101010001 1010010 11000

Color Harmonies of #6D0B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B30

Black with #6D0B30

Text Example


Text Example

White with #6D0B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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