Html Css Color HEX #6C0851 Tyrian Purple

📋 copy color: '#6C0851'

red 108 ◦ green 8 ◦ blue 81

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

Shades of Tyrian Purple #6C0851

Tints of Tyrian Purple #6C0851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 54.82%
G = 4.06%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6C0851 (or 0x6C0851) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 51. RGB value is (108,8,81). Sum of RGB (Red+Green+Blue) = 108+8+81=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0851 is #93F7AE. Grayscale: #2E2E2E. Windows color (decimal): -9697199 or 5310572. OLE color: 5310572.

HSL color Cylindrical-coordinate representation of color #6C0851: hue angle of 316.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0851 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 8 81 -
CMYK 0 0.93 0.25 0.58
HSL 316.2º 0.86% 0.23% -
HSV(B) 316.2º 0.93% 0.42% -
XYZ 7.76 3.96 8.14 -
YUV 46.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 108 8 81 0 0.93 0.25 0.58 316.2 0.86 0.23
Hex 6C 8 51 0 5D 19 3A 13C 56 17
Octal 154 10 121 0 135 31 72 474 126 27
Binary 1101100 1000 1010001 0 1011101 11001 111010 100111100 1010110 10111

Color Harmonies of #6C0851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0851

Black with #6C0851

Text Example


Text Example

White with #6C0851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,81); }

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

background-color css

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

 a { background-color: rgb(108,8,81); }

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

border-color css

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

 span { border-color: rgb(108,8,81); }

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