#6A0736

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

Shades of Tyrian Purple #6A0736

Tints of Tyrian Purple #6A0736

Color information

#6A0736 (or 0x6A0736) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 07 and 36. RGB value is (106,7,54). Sum of RGB (Red+Green+Blue) = 106+7+54=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0736 is #95F8C9. Grayscale: #292929. Windows color (decimal): -9828554 or 3540842. OLE color: 3540842.

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

Color convert

RGB106754-
CMYK00.930.490.58
HSL331.52º87.61%22.16%-
HSV(B)331.52º93.4%41.57%-
XYZ6.693.483.81-
YUV41.96134.8173.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.47%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=63.47%
G=4.19%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10675400.930.490.58331.5287.6122.16
Hex6A73605D313A14c5816
Octal1527660135617251413026
Binary110101011111011001011101110001111010101001100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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