Html Css Color HEX #6D0048 Tyrian Purple

📋 copy color: '#6D0048'

red 109 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #6D0048

Tints of Tyrian Purple #6D0048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.22%
G = 0%
B = 39.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D0048 (or 0x6D0048) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 48. RGB value is (109,0,72). Sum of RGB (Red+Green+Blue) = 109+0+72=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0048 is #92FFB7. Grayscale: #282828. Windows color (decimal): -9633720 or 4718701. OLE color: 4718701.

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

Color convert

RGB 109 0 72 -
CMYK 0 1 0.34 0.57
HSL 320.37º 1% 0.21% -
HSV(B) 320.37º 1% 0.43% -
XYZ 7.48 3.72 6.45 -
YUV 40.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 109 0 72 0 1 0.34 0.57 320.37 1 0.21
Hex 6D 0 48 0 64 22 39 140 64 15
Octal 155 0 110 0 144 42 71 500 144 25
Binary 1101101 0 1001000 0 1100100 100010 111001 101000000 1100100 10101

Color Harmonies of #6D0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0048

Black with #6D0048

Text Example


Text Example

White with #6D0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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