#6A0534

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

Shades of Tyrian Purple #6A0534

Tints of Tyrian Purple #6A0534

Color information

#6A0534 (or 0x6A0534) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 05 and 34. RGB value is (106,5,52). Sum of RGB (Red+Green+Blue) = 106+5+52=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0534 is #95FACB. Grayscale: #282828. Windows color (decimal): -9829068 or 3409258. OLE color: 3409258.

HSL color Cylindrical-coordinate representation of color #6A0534: hue angle of 332.08º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0534 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB106552-
CMYK00.950.510.58
HSL332.08º90.99%21.76%-
HSV(B)332.08º95.28%41.57%-
XYZ6.623.423.56-
YUV40.56134.46174.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.03%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 52 (20.70% from 255) = 31.90%
R=65.03%
G=3.07%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10655200.950.510.58332.0890.9921.76
Hex6A53405F333A14c5b16
Octal1525640137637251413326
Binary110101010111010001011111110011111010101001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,52); }

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

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

 a { background-color: rgb(106,5,52); }

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

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

 span { border-color: rgb(106,5,52); }

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