Html Css Color HEX #6C0137 Tyrian Purple

📋 copy color: '#6C0137'

red 108 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #6C0137

Tints of Tyrian Purple #6C0137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 65.85%
G = 0.61%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C0137 (or 0x6C0137) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 37. RGB value is (108,1,55). Sum of RGB (Red+Green+Blue) = 108+1+55=164 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.85% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0137 is #93FEC8. Grayscale: #272727. Windows color (decimal): -9699017 or 3604844. OLE color: 3604844.

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

Color convert

RGB 108 1 55 -
CMYK 0 0.99 0.49 0.58
HSL 329.72º 0.98% 0.21% -
HSV(B) 329.72º 0.99% 0.42% -
XYZ 6.88 3.49 3.92 -
YUV 39.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 108 1 55 0 0.99 0.49 0.58 329.72 0.98 0.21
Hex 6C 1 37 0 63 31 3A 14A 62 15
Octal 154 1 67 0 143 61 72 512 142 25
Binary 1101100 1 110111 0 1100011 110001 111010 101001010 1100010 10101

Color Harmonies of #6C0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0137

Black with #6C0137

Text Example


Text Example

White with #6C0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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