#6A003A

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

Shades of Tyrian Purple #6A003A

Tints of Tyrian Purple #6A003A

Color information

#6A003A (or 0x6A003A) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 00 and 3A. RGB value is (106,0,58). Sum of RGB (Red+Green+Blue) = 106+0+58=164 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.63% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 106 - color contains mainly: red. Hex color #6A003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A003A is #95FFC5. Grayscale: #262626. Windows color (decimal): -9830342 or 3801194. OLE color: 3801194.

HSL color Cylindrical-coordinate representation of color #6A003A: hue angle of 327.17º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A003A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB106058-
CMYK010.450.58
HSL327.17º100%20.78%-
HSV(B)327.17º100%41.57%-
XYZ6.713.374.3-
YUV38.31139.12176.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=64.63%
G=0%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106058010.450.58327.1710020.78
Hex6A03A0642D3A1476415
Octal1520720144557250714425
Binary1101010011101001100100101101111010101000111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,0,58); }

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

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

 a { background-color: rgb(106,0,58); }

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

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

 span { border-color: rgb(106,0,58); }

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