#6A0242

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

Shades of Tyrian Purple #6A0242

Tints of Tyrian Purple #6A0242

Color information

#6A0242 (or 0x6A0242) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 02 and 42. RGB value is (106,2,66). Sum of RGB (Red+Green+Blue) = 106+2+66=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0242 is #95FDBD. Grayscale: #282828. Windows color (decimal): -9829822 or 4325994. OLE color: 4325994.

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

Color convert

RGB106266-
CMYK00.980.380.58
HSL323.08º96.3%21.18%-
HSV(B)323.08º98.11%41.57%-
XYZ6.953.55.46-
YUV40.39142.46174.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 60.92%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=60.92%
G=1.15%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10626600.980.380.58323.0896.321.18
Hex6A242062263A1436015
Octal15221020142467250314025
Binary110101010100001001100010100110111010101000011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,66); }

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

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

 a { background-color: rgb(106,2,66); }

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

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

 span { border-color: rgb(106,2,66); }

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