#6A044F

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

Shades of Tyrian Purple #6A044F

Tints of Tyrian Purple #6A044F

Color information

#6A044F (or 0x6A044F) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 04 and 4F. RGB value is (106,4,79). Sum of RGB (Red+Green+Blue) = 106+4+79=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A044F is #95FBB0. Grayscale: #2A2A2A. Windows color (decimal): -9829297 or 5178474. OLE color: 5178474.

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

Color convert

RGB106479-
CMYK00.960.250.58
HSL315.88º92.73%21.57%-
HSV(B)315.88º96.23%41.57%-
XYZ7.43.727.72-
YUV43.05148.29172.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.08%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=56.08%
G=2.12%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10647900.960.250.58315.8892.7321.57
Hex6A44F060193A13c5d16
Octal15241170140317247413526
Binary110101010010011110110000011001111010100111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,79); }

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

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

 a { background-color: rgb(106,4,79); }

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

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

 span { border-color: rgb(106,4,79); }

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