Html Css Color HEX #6C0331 Tyrian Purple

📋 copy color: '#6C0331'

red 108 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #6C0331

Tints of Tyrian Purple #6C0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

 BLUE value IS 49 (19.53% from 255) = 30.63%

R = 67.5%
G = 1.88%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6C0331 (or 0x6C0331) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 31. RGB value is (108,3,49). Sum of RGB (Red+Green+Blue) = 108+3+49=160 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.5% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0331 is #93FCCE. Grayscale: #272727. Windows color (decimal): -9698511 or 3212140. OLE color: 3212140.

HSL color Cylindrical-coordinate representation of color #6C0331: hue angle of 333.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0331 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 3 49 -
CMYK 0 0.97 0.55 0.58
HSL 333.71º 0.95% 0.22% -
HSV(B) 333.71º 0.97% 0.42% -
XYZ 6.77 3.48 3.22 -
YUV 39.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 108 3 49 0 0.97 0.55 0.58 333.71 0.95 0.22
Hex 6C 3 31 0 61 37 3A 14E 5F 16
Octal 154 3 61 0 141 67 72 516 137 26
Binary 1101100 11 110001 0 1100001 110111 111010 101001110 1011111 10110

Color Harmonies of #6C0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0331

Black with #6C0331

Text Example


Text Example

White with #6C0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,49); }

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

background-color css

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

 a { background-color: rgb(108,3,49); }

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

border-color css

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

 span { border-color: rgb(108,3,49); }

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