Html Css Color HEX #6C1037 Tyrian Purple

📋 copy color: '#6C1037'

red 108 ◦ green 16 ◦ blue 55

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

Shades of Tyrian Purple #6C1037

Tints of Tyrian Purple #6C1037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 55 (21.88% from 255) = 30.73%

R = 60.34%
G = 8.94%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C1037 (or 0x6C1037) is known color: Tyrian Purple. HEX triplet: 6C, 10 and 37. RGB value is (108,16,55). Sum of RGB (Red+Green+Blue) = 108+16+55=179 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.34% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1037 is #93EFC8. Grayscale: #2F2F2F. Windows color (decimal): -9695177 or 3608684. OLE color: 3608684.

HSL color Cylindrical-coordinate representation of color #6C1037: hue angle of 334.57º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1037 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 16 55 -
CMYK 0 0.85 0.49 0.58
HSL 334.57º 0.74% 0.24% -
HSV(B) 334.57º 0.85% 0.42% -
XYZ 7.06 3.83 3.98 -
YUV 47.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 108 16 55 0 0.85 0.49 0.58 334.57 0.74 0.24
Hex 6C 10 37 0 55 31 3A 14F 4A 18
Octal 154 20 67 0 125 61 72 517 112 30
Binary 1101100 10000 110111 0 1010101 110001 111010 101001111 1001010 11000

Color Harmonies of #6C1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1037

Black with #6C1037

Text Example


Text Example

White with #6C1037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,16,55); }

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

background-color css

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

 a { background-color: rgb(108,16,55); }

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

border-color css

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

 span { border-color: rgb(108,16,55); }

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