Html Css Color HEX #6C042F Tyrian Purple

📋 copy color: '#6C042F'

red 108 ◦ green 4 ◦ blue 47

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

Shades of Tyrian Purple #6C042F

Tints of Tyrian Purple #6C042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 67.92%
G = 2.52%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C042F (or 0x6C042F) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 2F. RGB value is (108,4,47). Sum of RGB (Red+Green+Blue) = 108+4+47=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C042F is #93FBD0. Grayscale: #272727. Windows color (decimal): -9698257 or 3081324. OLE color: 3081324.

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

Color convert

RGB 108 4 47 -
CMYK 0 0.96 0.56 0.58
HSL 335.19º 0.93% 0.22% -
HSV(B) 335.19º 0.96% 0.42% -
XYZ 6.74 3.48 3.01 -
YUV 40 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 108 4 47 0 0.96 0.56 0.58 335.19 0.93 0.22
Hex 6C 4 2F 0 60 38 3A 14F 5D 16
Octal 154 4 57 0 140 70 72 517 135 26
Binary 1101100 100 101111 0 1100000 111000 111010 101001111 1011101 10110

Color Harmonies of #6C042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C042F

Black with #6C042F

Text Example


Text Example

White with #6C042F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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