#6C0742

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

Shades of Tyrian Purple #6C0742

Tints of Tyrian Purple #6C0742

Color information

#6C0742 (or 0x6C0742) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 07 and 42. RGB value is (108,7,66). Sum of RGB (Red+Green+Blue) = 108+7+66=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0742 is #93F8BD. Grayscale: #2B2B2B. Windows color (decimal): -9697470 or 4327276. OLE color: 4327276.

HSL color Cylindrical-coordinate representation of color #6C0742: hue angle of 324.95º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0742 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB108766-
CMYK00.940.390.58
HSL324.95º87.83%22.55%-
HSV(B)324.95º93.52%42.35%-
XYZ7.243.735.49-
YUV43.92140.46173.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.67%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=59.67%
G=3.87%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10876600.940.390.58324.9587.8322.55
Hex6C74205E273A1455817
Octal15471020136477250513027
Binary1101100111100001001011110100111111010101000101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,7,66); }

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

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

 a { background-color: rgb(108,7,66); }

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

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

 span { border-color: rgb(108,7,66); }

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