Html Css Color HEX #6C0E4C Tyrian Purple

📋 copy color: '#6C0E4C'

red 108 ◦ green 14 ◦ blue 76

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

Shades of Tyrian Purple #6C0E4C

Tints of Tyrian Purple #6C0E4C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.07%

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 54.55%
G = 7.07%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6C0E4C (or 0x6C0E4C) is known color: Tyrian Purple. HEX triplet: 6C, 0E and 4C. RGB value is (108,14,76). Sum of RGB (Red+Green+Blue) = 108+14+76=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0E4C is #93F1B3. Grayscale: #313131. Windows color (decimal): -9695668 or 4984428. OLE color: 4984428.

HSL color Cylindrical-coordinate representation of color #6C0E4C: hue angle of 320.43º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E4C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 14 76 -
CMYK 0 0.87 0.30 0.58
HSL 320.43º 0.77% 0.24% -
HSV(B) 320.43º 0.87% 0.42% -
XYZ 7.65 4.02 7.21 -
YUV 49.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 108 14 76 0 0.87 0.30 0.58 320.43 0.77 0.24
Hex 6C E 4C 0 57 1E 3A 140 4D 18
Octal 154 16 114 0 127 36 72 500 115 30
Binary 1101100 1110 1001100 0 1010111 11110 111010 101000000 1001101 11000

Color Harmonies of #6C0E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0E4C

Black with #6C0E4C

Text Example


Text Example

White with #6C0E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,14,76); }

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

background-color css

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

 a { background-color: rgb(108,14,76); }

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

border-color css

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

 span { border-color: rgb(108,14,76); }

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