#6A054F

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

Shades of Tyrian Purple #6A054F

Tints of Tyrian Purple #6A054F

Color information

#6A054F (or 0x6A054F) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 05 and 4F. RGB value is (106,5,79). Sum of RGB (Red+Green+Blue) = 106+5+79=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A054F is #95FAB0. Grayscale: #2B2B2B. Windows color (decimal): -9829041 or 5178730. OLE color: 5178730.

HSL color Cylindrical-coordinate representation of color #6A054F: hue angle of 316.04º 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 #6A054F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB106579-
CMYK00.950.250.58
HSL316.04º90.99%21.76%-
HSV(B)316.04º95.28%41.57%-
XYZ7.413.747.73-
YUV43.64147.96172.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.79%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=55.79%
G=2.63%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10657900.950.250.58316.0490.9921.76
Hex6A54F05F193A13c5b16
Octal15251170137317247413326
Binary110101010110011110101111111001111010100111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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