#6D053B

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

Shades of Tyrian Purple #6D053B

Tints of Tyrian Purple #6D053B

Color information

#6D053B (or 0x6D053B) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 05 and 3B. RGB value is (109,5,59). Sum of RGB (Red+Green+Blue) = 109+5+59=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D053B is #92FAC4. Grayscale: #2A2A2A. Windows color (decimal): -9632453 or 3868013. OLE color: 3868013.

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

Color convert

RGB109559-
CMYK00.950.460.57
HSL328.85º91.23%22.35%-
HSV(B)328.85º95.41%42.75%-
XYZ7.153.684.47-
YUV42.25137.46175.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.01%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=63.01%
G=2.89%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10955900.950.460.57328.8591.2322.35
Hex6D53B05F2E391495b16
Octal1555730137567151113326
Binary110110110111101101011111101110111001101001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,5,59); }

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

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

 a { background-color: rgb(109,5,59); }

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

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

 span { border-color: rgb(109,5,59); }

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