#6A0038

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

Shades of Tyrian Purple #6A0038

Tints of Tyrian Purple #6A0038

Color information

#6A0038 (or 0x6A0038) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 00 and 38. RGB value is (106,0,56). Sum of RGB (Red+Green+Blue) = 106+0+56=162 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.43% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0038 is #95FFC7. Grayscale: #252525. Windows color (decimal): -9830344 or 3670122. OLE color: 3670122.

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

Color convert

RGB106056-
CMYK010.470.58
HSL328.3º100%20.78%-
HSV(B)328.3º100%41.57%-
XYZ6.663.354.04-
YUV38.08138.12176.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=65.43%
G=0%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106056010.470.58328.310020.78
Hex6A0380642F3A1486415
Octal1520700144577251014425
Binary1101010011100001100100101111111010101001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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