Html Css Color HEX #6C0855 Tyrian Purple

📋 copy color: '#6C0855'

red 108 ◦ green 8 ◦ blue 85

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

Shades of Tyrian Purple #6C0855

Tints of Tyrian Purple #6C0855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 53.73%
G = 3.98%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6C0855 (or 0x6C0855) is known color: Tyrian Purple. HEX triplet: 6C, 08 and 55. RGB value is (108,8,85). Sum of RGB (Red+Green+Blue) = 108+8+85=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0855 is #93F7AA. Grayscale: #2E2E2E. Windows color (decimal): -9697195 or 5572716. OLE color: 5572716.

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

Color convert

RGB 108 8 85 -
CMYK 0 0.93 0.21 0.58
HSL 313.8º 0.86% 0.23% -
HSV(B) 313.8º 0.93% 0.42% -
XYZ 7.91 4.02 8.95 -
YUV 46.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 108 8 85 0 0.93 0.21 0.58 313.8 0.86 0.23
Hex 6C 8 55 0 5D 15 3A 13A 56 17
Octal 154 10 125 0 135 25 72 472 126 27
Binary 1101100 1000 1010101 0 1011101 10101 111010 100111010 1010110 10111

Color Harmonies of #6C0855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0855

Black with #6C0855

Text Example


Text Example

White with #6C0855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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