Html Css Color HEX #6C0B37 Tyrian Purple

📋 copy color: '#6C0B37'

red 108 ◦ green 11 ◦ blue 55

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

Shades of Tyrian Purple #6C0B37

Tints of Tyrian Purple #6C0B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.32%

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

R = 62.07%
G = 6.32%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C0B37 (or 0x6C0B37) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 37. RGB value is (108,11,55). Sum of RGB (Red+Green+Blue) = 108+11+55=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B37 is #93F4C8. Grayscale: #2C2C2C. Windows color (decimal): -9696457 or 3607404. OLE color: 3607404.

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

Color convert

RGB 108 11 55 -
CMYK 0 0.90 0.49 0.58
HSL 332.78º 0.82% 0.23% -
HSV(B) 332.78º 0.9% 0.42% -
XYZ 6.99 3.7 3.96 -
YUV 45.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 108 11 55 0 0.90 0.49 0.58 332.78 0.82 0.23
Hex 6C B 37 0 5A 31 3A 14D 52 17
Octal 154 13 67 0 132 61 72 515 122 27
Binary 1101100 1011 110111 0 1011010 110001 111010 101001101 1010010 10111

Color Harmonies of #6C0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B37

Black with #6C0B37

Text Example


Text Example

White with #6C0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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