#6D0A4B

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

Shades of Tyrian Purple #6D0A4B

Tints of Tyrian Purple #6D0A4B

Color information

#6D0A4B (or 0x6D0A4B) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0A and 4B. RGB value is (109,10,75). Sum of RGB (Red+Green+Blue) = 109+10+75=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A4B is #92F5B4. Grayscale: #2E2E2E. Windows color (decimal): -9631157 or 4917869. OLE color: 4917869.

HSL color Cylindrical-coordinate representation of color #6D0A4B: hue angle of 320.61º 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 #6D0A4B is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1091075-
CMYK00.910.310.57
HSL320.61º83.19%23.33%-
HSV(B)320.61º90.83%42.75%-
XYZ7.693.987.02-
YUV47.01143.8172.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.19%
GREEN value IS 10 (4.30% from 255) = 5.15%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=56.19%
G=5.15%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109107500.910.310.57320.6183.1923.33
Hex6DA4B05B1F391415317
Octal155121130133377150112327
Binary1101101101010010110101101111111111001101000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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