Html Css Color HEX #6D0648 Tyrian Purple

📋 copy color: '#6D0648'

red 109 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #6D0648

Tints of Tyrian Purple #6D0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

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

R = 58.29%
G = 3.21%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D0648 (or 0x6D0648) is known color: Tyrian Purple. HEX triplet: 6D, 06 and 48. RGB value is (109,6,72). Sum of RGB (Red+Green+Blue) = 109+6+72=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0648 is #92F9B7. Grayscale: #2C2C2C. Windows color (decimal): -9632184 or 4720237. OLE color: 4720237.

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

Color convert

RGB 109 6 72 -
CMYK 0 0.94 0.34 0.57
HSL 321.55º 0.9% 0.23% -
HSV(B) 321.55º 0.94% 0.43% -
XYZ 7.54 3.85 6.48 -
YUV 44.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 109 6 72 0 0.94 0.34 0.57 321.55 0.9 0.23
Hex 6D 6 48 0 5E 22 39 142 5A 17
Octal 155 6 110 0 136 42 71 502 132 27
Binary 1101101 110 1001000 0 1011110 100010 111001 101000010 1011010 10111

Color Harmonies of #6D0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0648

Black with #6D0648

Text Example


Text Example

White with #6D0648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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