#6A084F

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

Shades of Tyrian Purple #6A084F

Tints of Tyrian Purple #6A084F

Color information

#6A084F (or 0x6A084F) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 08 and 4F. RGB value is (106,8,79). Sum of RGB (Red+Green+Blue) = 106+8+79=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A084F is #95F7B0. Grayscale: #2D2D2D. Windows color (decimal): -9828273 or 5179498. OLE color: 5179498.

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

Color convert

RGB106879-
CMYK00.920.250.58
HSL316.53º85.96%22.35%-
HSV(B)316.53º92.45%41.57%-
XYZ7.443.87.74-
YUV45.4146.97171.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=54.92%
G=4.15%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10687900.920.250.58316.5385.9622.35
Hex6A84F05C193A13d5616
Octal152101170134317247512626
Binary1101010100010011110101110011001111010100111101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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