#6C062E

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

Shades of Tyrian Purple #6C062E

Tints of Tyrian Purple #6C062E

Color information

#6C062E (or 0x6C062E) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 06 and 2E. RGB value is (108,6,46). Sum of RGB (Red+Green+Blue) = 108+6+46=160 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.5% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 108 - color contains mainly: red. Hex color #6C062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C062E is #93F9D1. Grayscale: #292929. Windows color (decimal): -9697746 or 3016300. OLE color: 3016300.

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

Color convert

RGB108646-
CMYK00.940.570.58
HSL336.47º89.47%22.35%-
HSV(B)336.47º94.44%42.35%-
XYZ6.743.522.91-
YUV41.06130.79175.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.5%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=67.5%
G=3.75%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10864600.940.570.58336.4789.4722.35
Hex6C62E05E393A1505916
Octal1546560136717252013126
Binary110110011010111001011110111001111010101010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,6,46); }

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

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

 a { background-color: rgb(108,6,46); }

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

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

 span { border-color: rgb(108,6,46); }

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