Html Css Color HEX #6C0854 Tyrian Purple

📋 copy color: '#6C0854'

red 108 ◦ green 8 ◦ blue 84

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

Shades of Tyrian Purple #6C0854

Tints of Tyrian Purple #6C0854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42%

R = 54%
G = 4%
B = 42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C0854 (or 0x6C0854) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 54. RGB value is (108,8,84). Sum of RGB (Red+Green+Blue) = 108+8+84=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0854 is #93F7AB. Grayscale: #2E2E2E. Windows color (decimal): -9697196 or 5507180. OLE color: 5507180.

HSL color Cylindrical-coordinate representation of color #6C0854: hue angle of 314.4º 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 #6C0854 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 8 84 -
CMYK 0 0.93 0.22 0.58
HSL 314.4º 0.86% 0.23% -
HSV(B) 314.4º 0.93% 0.42% -
XYZ 7.87 4 8.75 -
YUV 46.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 108 8 84 0 0.93 0.22 0.58 314.4 0.86 0.23
Hex 6C 8 54 0 5D 16 3A 13A 56 17
Octal 154 10 124 0 135 26 72 472 126 27
Binary 1101100 1000 1010100 0 1011101 10110 111010 100111010 1010110 10111

Color Harmonies of #6C0854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0854

Black with #6C0854

Text Example


Text Example

White with #6C0854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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