#6A0551

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

Shades of Tyrian Purple #6A0551

Tints of Tyrian Purple #6A0551

Color information

#6A0551 (or 0x6A0551) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 05 and 51. RGB value is (106,5,81). Sum of RGB (Red+Green+Blue) = 106+5+81=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0551 is #95FAAE. Grayscale: #2B2B2B. Windows color (decimal): -9829039 or 5309802. OLE color: 5309802.

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

Color convert

RGB106581-
CMYK00.950.240.58
HSL314.85º90.99%21.76%-
HSV(B)314.85º95.28%41.57%-
XYZ7.483.778.12-
YUV43.86148.96172.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.21%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=55.21%
G=2.60%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10658100.950.240.58314.8590.9921.76
Hex6A55105F183A13b5b16
Octal15251210137307247313326
Binary110101010110100010101111111000111010100111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,81); }

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

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

 a { background-color: rgb(106,5,81); }

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

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

 span { border-color: rgb(106,5,81); }

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