#6A082C

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

Shades of Tyrian Purple #6A082C

Tints of Tyrian Purple #6A082C

Color information

#6A082C (or 0x6A082C) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 08 and 2C. RGB value is (106,8,44). Sum of RGB (Red+Green+Blue) = 106+8+44=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A082C is #95F7D3. Grayscale: #292929. Windows color (decimal): -9828308 or 2885738. OLE color: 2885738.

HSL color Cylindrical-coordinate representation of color #6A082C: hue angle of 337.96º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A082C is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB106844-
CMYK00.920.580.58
HSL337.96º85.96%22.35%-
HSV(B)337.96º92.45%41.57%-
XYZ6.493.422.7-
YUV41.41129.47174.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.09%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=67.09%
G=5.06%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10684400.920.580.58337.9685.9622.35
Hex6A82C05C3A3A1525616
Octal15210540134727252212626
Binary1101010100010110001011100111010111010101010010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,8,44); }

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

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

 a { background-color: rgb(106,8,44); }

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

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

 span { border-color: rgb(106,8,44); }

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