Html Css Color HEX #6D0F46 Tyrian Purple

📋 copy color: '#6D0F46'

red 109 ◦ green 15 ◦ blue 70

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

Shades of Tyrian Purple #6D0F46

Tints of Tyrian Purple #6D0F46

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 56.19%
G = 7.73%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D0F46 (or 0x6D0F46) is known color: Tyrian Purple. HEX triplet: 6D, 0F and 46. RGB value is (109,15,70). Sum of RGB (Red+Green+Blue) = 109+15+70=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F46 is #92F0B9. Grayscale: #313131. Windows color (decimal): -9629882 or 4591469. OLE color: 4591469.

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

Color convert

RGB 109 15 70 -
CMYK 0 0.86 0.36 0.57
HSL 324.89º 0.76% 0.24% -
HSV(B) 324.89º 0.86% 0.43% -
XYZ 7.58 4.04 6.17 -
YUV 49.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 109 15 70 0 0.86 0.36 0.57 324.89 0.76 0.24
Hex 6D F 46 0 56 24 39 145 4C 18
Octal 155 17 106 0 126 44 71 505 114 30
Binary 1101101 1111 1000110 0 1010110 100100 111001 101000101 1001100 11000

Color Harmonies of #6D0F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F46

Black with #6D0F46

Text Example


Text Example

White with #6D0F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,70); }

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

background-color css

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

 a { background-color: rgb(109,15,70); }

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

border-color css

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

 span { border-color: rgb(109,15,70); }

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