#6A032B

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

Shades of Tyrian Purple #6A032B

Tints of Tyrian Purple #6A032B

Color information

#6A032B (or 0x6A032B) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 03 and 2B. RGB value is (106,3,43). Sum of RGB (Red+Green+Blue) = 106+3+43=152 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.74% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 106 - color contains mainly: red. Hex color #6A032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A032B is #95FCD4. Grayscale: #262626. Windows color (decimal): -9829589 or 2818922. OLE color: 2818922.

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

Color convert

RGB106343-
CMYK00.970.590.58
HSL336.7º94.5%21.37%-
HSV(B)336.7º97.17%41.57%-
XYZ6.413.32.59-
YUV38.36130.62176.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 69.74%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=69.74%
G=1.97%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10634300.970.590.58336.794.521.37
Hex6A32B0613B3A1515e15
Octal1523530141737252113625
Binary11010101110101101100001111011111010101010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,3,43); }

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

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

 a { background-color: rgb(106,3,43); }

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

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

 span { border-color: rgb(106,3,43); }

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