Html Css Color HEX #6C042C Tyrian Purple

📋 copy color: '#6C042C'

red 108 ◦ green 4 ◦ blue 44

#6C042C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #6C042C

Tints of Tyrian Purple #6C042C

RGB

 RED value IS 108 (42.58% from 255) = 69.23%

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 69.23%
G = 2.56%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C042C (or 0x6C042C) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 2C. RGB value is (108,4,44). Sum of RGB (Red+Green+Blue) = 108+4+44=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C042C is #93FBD3. Grayscale: #272727. Windows color (decimal): -9698260 or 2884716. OLE color: 2884716.

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

Color convert

RGB 108 4 44 -
CMYK 0 0.96 0.59 0.58
HSL 336.92º 0.93% 0.22% -
HSV(B) 336.92º 0.96% 0.42% -
XYZ 6.68 3.46 2.7 -
YUV 39.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 108 4 44 0 0.96 0.59 0.58 336.92 0.93 0.22
Hex 6C 4 2C 0 60 3B 3A 151 5D 16
Octal 154 4 54 0 140 73 72 521 135 26
Binary 1101100 100 101100 0 1100000 111011 111010 101010001 1011101 10110

Color Harmonies of #6C042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C042C

Black with #6C042C

Text Example


Text Example

White with #6C042C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,44); }

 H1.HeaderClassName
 {
   color: #6C042C;
 }
 .AnyTagClassName
 {
   color: #6C042C;
 }
</style>

background-color css

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

 a { background-color: rgb(108,4,44); }

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

border-color css

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

 span { border-color: rgb(108,4,44); }

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