Html Css Color HEX #6C042D Tyrian Purple

📋 copy color: '#6C042D'

red 108 ◦ green 4 ◦ blue 45

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

Shades of Tyrian Purple #6C042D

Tints of Tyrian Purple #6C042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.66%

R = 68.79%
G = 2.55%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6C042D (or 0x6C042D) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 2D. RGB value is (108,4,45). Sum of RGB (Red+Green+Blue) = 108+4+45=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C042D is #93FBD2. Grayscale: #272727. Windows color (decimal): -9698259 or 2950252. OLE color: 2950252.

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

Color convert

RGB 108 4 45 -
CMYK 0 0.96 0.58 0.58
HSL 336.35º 0.93% 0.22% -
HSV(B) 336.35º 0.96% 0.42% -
XYZ 6.7 3.46 2.8 -
YUV 39.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 108 4 45 0 0.96 0.58 0.58 336.35 0.93 0.22
Hex 6C 4 2D 0 60 3A 3A 150 5D 16
Octal 154 4 55 0 140 72 72 520 135 26
Binary 1101100 100 101101 0 1100000 111010 111010 101010000 1011101 10110

Color Harmonies of #6C042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C042D

Black with #6C042D

Text Example


Text Example

White with #6C042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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