#6D0C43

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

Shades of Tyrian Purple #6D0C43

Tints of Tyrian Purple #6D0C43

Color information

#6D0C43 (or 0x6D0C43) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0C and 43. RGB value is (109,12,67). Sum of RGB (Red+Green+Blue) = 109+12+67=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0C43 is #92F3BC. Grayscale: #2F2F2F. Windows color (decimal): -9630653 or 4394093. OLE color: 4394093.

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

Color convert

RGB1091267-
CMYK00.890.390.57
HSL325.98º80.17%23.73%-
HSV(B)325.98º88.99%42.75%-
XYZ7.453.925.67-
YUV47.27139.14172.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.98%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=57.98%
G=6.38%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109126700.890.390.57325.9880.1723.73
Hex6DC4305927391465018
Octal155141030131477150612030
Binary11011011100100001101011001100111111001101000110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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