Html Css Color HEX #6C0037 Tyrian Purple

📋 copy color: '#6C0037'

red 108 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #6C0037

Tints of Tyrian Purple #6C0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.26%
G = 0%
B = 33.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C0037 (or 0x6C0037) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 37. RGB value is (108,0,55). Sum of RGB (Red+Green+Blue) = 108+0+55=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0037 is #93FFC8. Grayscale: #262626. Windows color (decimal): -9699273 or 3604588. OLE color: 3604588.

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

Color convert

RGB 108 0 55 -
CMYK 0 1 0.49 0.58
HSL 329.44º 1% 0.21% -
HSV(B) 329.44º 1% 0.42% -
XYZ 6.87 3.46 3.92 -
YUV 38.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 108 0 55 0 1 0.49 0.58 329.44 1 0.21
Hex 6C 0 37 0 64 31 3A 149 64 15
Octal 154 0 67 0 144 61 72 511 144 25
Binary 1101100 0 110111 0 1100100 110001 111010 101001001 1100100 10101

Color Harmonies of #6C0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0037

Black with #6C0037

Text Example


Text Example

White with #6C0037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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