#6D0A52

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

Shades of Tyrian Purple #6D0A52

Tints of Tyrian Purple #6D0A52

Color information

#6D0A52 (or 0x6D0A52) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0A and 52. RGB value is (109,10,82). Sum of RGB (Red+Green+Blue) = 109+10+82=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A52 is #92F5AD. Grayscale: #2F2F2F. Windows color (decimal): -9631150 or 5376621. OLE color: 5376621.

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

Color convert

RGB1091082-
CMYK00.910.250.57
HSL316.36º83.19%23.33%-
HSV(B)316.36º90.83%42.75%-
XYZ7.944.088.35-
YUV47.81147.3171.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=54.23%
G=4.98%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109108200.910.250.57316.3683.1923.33
Hex6DA5205B193913c5317
Octal155121220133317147412327
Binary1101101101010100100101101111001111001100111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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