#6C053A

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

Shades of Tyrian Purple #6C053A

Tints of Tyrian Purple #6C053A

Color information

#6C053A (or 0x6C053A) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 05 and 3A. RGB value is (108,5,58). Sum of RGB (Red+Green+Blue) = 108+5+58=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C053A is #93FAC5. Grayscale: #292929. Windows color (decimal): -9697990 or 3802476. OLE color: 3802476.

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

Color convert

RGB108558-
CMYK00.950.460.58
HSL329.13º91.15%22.16%-
HSV(B)329.13º95.37%42.35%-
XYZ73.64.33-
YUV41.84137.12175.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=63.16%
G=2.92%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10855800.950.460.58329.1391.1522.16
Hex6C53A05F2E3A1495b16
Octal1545720137567251113326
Binary110110010111101001011111101110111010101001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,5,58); }

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

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

 a { background-color: rgb(108,5,58); }

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

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

 span { border-color: rgb(108,5,58); }

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