#6D084B

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

Shades of Tyrian Purple #6D084B

Tints of Tyrian Purple #6D084B

Color information

#6D084B (or 0x6D084B) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 08 and 4B. RGB value is (109,8,75). Sum of RGB (Red+Green+Blue) = 109+8+75=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D084B is #92F7B4. Grayscale: #2D2D2D. Windows color (decimal): -9631669 or 4917357. OLE color: 4917357.

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

Color convert

RGB109875-
CMYK00.930.310.57
HSL320.2º86.32%22.94%-
HSV(B)320.2º92.66%42.75%-
XYZ7.663.937.01-
YUV45.84144.46173.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.77%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=56.77%
G=4.17%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10987500.930.310.57320.286.3222.94
Hex6D84B05D1F391405617
Octal155101130135377150012627
Binary1101101100010010110101110111111111001101000000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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