Html Css Color HEX #6D0147 Tyrian Purple

📋 copy color: '#6D0147'

red 109 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #6D0147

Tints of Tyrian Purple #6D0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 60.22%
G = 0.55%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6D0147 (or 0x6D0147) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 47. RGB value is (109,1,71). Sum of RGB (Red+Green+Blue) = 109+1+71=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0147 is #92FEB8. Grayscale: #292929. Windows color (decimal): -9633465 or 4653421. OLE color: 4653421.

HSL color Cylindrical-coordinate representation of color #6D0147: hue angle of 321.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0147 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 1 71 -
CMYK 0 0.99 0.35 0.57
HSL 321.11º 0.98% 0.22% -
HSV(B) 321.11º 0.99% 0.43% -
XYZ 7.45 3.73 6.29 -
YUV 41.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 109 1 71 0 0.99 0.35 0.57 321.11 0.98 0.22
Hex 6D 1 47 0 63 23 39 141 62 16
Octal 155 1 107 0 143 43 71 501 142 26
Binary 1101101 1 1000111 0 1100011 100011 111001 101000001 1100010 10110

Color Harmonies of #6D0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0147

Black with #6D0147

Text Example


Text Example

White with #6D0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,71); }

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

background-color css

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

 a { background-color: rgb(109,1,71); }

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

border-color css

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

 span { border-color: rgb(109,1,71); }

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