#6A074F

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

Shades of Tyrian Purple #6A074F

Tints of Tyrian Purple #6A074F

Color information

#6A074F (or 0x6A074F) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 07 and 4F. RGB value is (106,7,79). Sum of RGB (Red+Green+Blue) = 106+7+79=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A074F is #95F8B0. Grayscale: #2C2C2C. Windows color (decimal): -9828529 or 5179242. OLE color: 5179242.

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

Color convert

RGB106779-
CMYK00.930.250.58
HSL316.36º87.61%22.16%-
HSV(B)316.36º93.4%41.57%-
XYZ7.433.787.74-
YUV44.81147.3171.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.21%
GREEN value IS 7 (3.12% from 255) = 3.65%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=55.21%
G=3.65%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10677900.930.250.58316.3687.6122.16
Hex6A74F05D193A13c5816
Octal15271170135317247413026
Binary110101011110011110101110111001111010100111100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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