#6D0C52

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

Shades of Tyrian Purple #6D0C52

Tints of Tyrian Purple #6D0C52

Color information

#6D0C52 (or 0x6D0C52) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0C and 52. RGB value is (109,12,82). Sum of RGB (Red+Green+Blue) = 109+12+82=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C52 is #92F3AD. Grayscale: #303030. Windows color (decimal): -9630638 or 5377133. OLE color: 5377133.

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

Color convert

RGB1091282-
CMYK00.890.250.57
HSL316.7º80.17%23.73%-
HSV(B)316.7º88.99%42.75%-
XYZ7.964.128.36-
YUV48.98146.64170.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.69%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=53.69%
G=5.91%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109128200.890.250.57316.780.1723.73
Hex6DC52059193913d5018
Octal155141220131317147512030
Binary1101101110010100100101100111001111001100111101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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