#6A062D

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

Shades of Tyrian Purple #6A062D

Tints of Tyrian Purple #6A062D

Color information

#6A062D (or 0x6A062D) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 06 and 2D. RGB value is (106,6,45). Sum of RGB (Red+Green+Blue) = 106+6+45=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A062D is #95F9D2. Grayscale: #282828. Windows color (decimal): -9828819 or 2950762. OLE color: 2950762.

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

Color convert

RGB106645-
CMYK00.940.580.58
HSL336.6º89.29%21.96%-
HSV(B)336.6º94.34%41.57%-
XYZ6.483.382.79-
YUV40.35130.63174.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.52%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=67.52%
G=3.82%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10664500.940.580.58336.689.2921.96
Hex6A62D05E3A3A1515916
Octal1526550136727252113126
Binary110101011010110101011110111010111010101010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,45); }

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

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

 a { background-color: rgb(106,6,45); }

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

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

 span { border-color: rgb(106,6,45); }

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