#6A0232

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

Shades of Tyrian Purple #6A0232

Tints of Tyrian Purple #6A0232

Color information

#6A0232 (or 0x6A0232) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 02 and 32. RGB value is (106,2,50). Sum of RGB (Red+Green+Blue) = 106+2+50=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0232 is #95FDCD. Grayscale: #262626. Windows color (decimal): -9829838 or 3277418. OLE color: 3277418.

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

Color convert

RGB106250-
CMYK00.980.530.58
HSL332.31º96.3%21.18%-
HSV(B)332.31º98.11%41.57%-
XYZ6.543.343.32-
YUV38.57134.46176.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.09%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=67.09%
G=1.27%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10625000.980.530.58332.3196.321.18
Hex6A232062353A14c6015
Octal1522620142657251414025
Binary11010101011001001100010110101111010101001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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