#6A0647

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

Shades of Tyrian Purple #6A0647

Tints of Tyrian Purple #6A0647

Color information

#6A0647 (or 0x6A0647) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 06 and 47. RGB value is (106,6,71). Sum of RGB (Red+Green+Blue) = 106+6+71=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0647 is #95F9B8. Grayscale: #2B2B2B. Windows color (decimal): -9828793 or 4654698. OLE color: 4654698.

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

Color convert

RGB106671-
CMYK00.940.330.58
HSL321º89.29%21.96%-
HSV(B)321º94.34%41.57%-
XYZ7.153.656.29-
YUV43.31143.63172.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=57.92%
G=3.28%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10667100.940.330.5832189.2921.96
Hex6A64705E213A1415916
Octal15261070136417250113126
Binary1101010110100011101011110100001111010101000001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,71); }

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

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

 a { background-color: rgb(106,6,71); }

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

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

 span { border-color: rgb(106,6,71); }

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