Html Css Color HEX #6D0848 Tyrian Purple

📋 copy color: '#6D0848'

red 109 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #6D0848

Tints of Tyrian Purple #6D0848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 57.67%
G = 4.23%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D0848 (or 0x6D0848) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 48. RGB value is (109,8,72). Sum of RGB (Red+Green+Blue) = 109+8+72=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0848 is #92F7B7. Grayscale: #2D2D2D. Windows color (decimal): -9631672 or 4720749. OLE color: 4720749.

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

Color convert

RGB 109 8 72 -
CMYK 0 0.93 0.34 0.57
HSL 321.98º 0.86% 0.23% -
HSV(B) 321.98º 0.93% 0.43% -
XYZ 7.56 3.89 6.48 -
YUV 45.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 109 8 72 0 0.93 0.34 0.57 321.98 0.86 0.23
Hex 6D 8 48 0 5D 22 39 142 56 17
Octal 155 10 110 0 135 42 71 502 126 27
Binary 1101101 1000 1001000 0 1011101 100010 111001 101000010 1010110 10111

Color Harmonies of #6D0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0848

Black with #6D0848

Text Example


Text Example

White with #6D0848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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