Html Css Color HEX #6D0838 Tyrian Purple

📋 copy color: '#6D0838'

red 109 ◦ green 8 ◦ blue 56

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

Shades of Tyrian Purple #6D0838

Tints of Tyrian Purple #6D0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 63.01%
G = 4.62%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D0838 (or 0x6D0838) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 38. RGB value is (109,8,56). Sum of RGB (Red+Green+Blue) = 109+8+56=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0838 is #92F7C7. Grayscale: #2B2B2B. Windows color (decimal): -9631688 or 3672173. OLE color: 3672173.

HSL color Cylindrical-coordinate representation of color #6D0838: hue angle of 331.49º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0838 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 8 56 -
CMYK 0 0.93 0.49 0.57
HSL 331.49º 0.86% 0.23% -
HSV(B) 331.49º 0.93% 0.43% -
XYZ 7.11 3.71 4.08 -
YUV 43.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 109 8 56 0 0.93 0.49 0.57 331.49 0.86 0.23
Hex 6D 8 38 0 5D 31 39 14B 56 17
Octal 155 10 70 0 135 61 71 513 126 27
Binary 1101101 1000 111000 0 1011101 110001 111001 101001011 1010110 10111

Color Harmonies of #6D0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0838

Black with #6D0838

Text Example


Text Example

White with #6D0838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,8,56); }

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

background-color css

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

 a { background-color: rgb(109,8,56); }

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

border-color css

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

 span { border-color: rgb(109,8,56); }

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