#6D0A37

Color #6D0A37 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #6D0A37

Tints of Tyrian Purple #6D0A37

Color information

#6D0A37 (or 0x6D0A37) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0A and 37. RGB value is (109,10,55). Sum of RGB (Red+Green+Blue) = 109+10+55=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A37 is #92F5C8. Grayscale: #2C2C2C. Windows color (decimal): -9631177 or 3607149. OLE color: 3607149.

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

Color convert

RGB1091055-
CMYK00.910.500.57
HSL332.73º83.19%23.33%-
HSV(B)332.73º90.83%42.75%-
XYZ7.13.743.96-
YUV44.73133.8173.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 62.64%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=62.64%
G=5.75%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109105500.910.500.57332.7383.1923.33
Hex6DA3705B323914d5317
Octal15512670133627151512327
Binary1101101101011011101011011110010111001101001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,10,55); }

 H1.HeaderClassName
 {
   color: #6D0A37;
 }
 .AnyTagClassName
 {
   color: #6D0A37;
 }
</style>
background-color css

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

 a { background-color: rgb(109,10,55); }

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

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

 span { border-color: rgb(109,10,55); }

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