Html Css Color HEX #6C0247 Tyrian Purple

📋 copy color: '#6C0247'

red 108 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #6C0247

Tints of Tyrian Purple #6C0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 59.67%
G = 1.1%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6C0247 (or 0x6C0247) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 47. RGB value is (108,2,71). Sum of RGB (Red+Green+Blue) = 108+2+71=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0247 is #93FDB8. Grayscale: #292929. Windows color (decimal): -9698745 or 4653676. OLE color: 4653676.

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

Color convert

RGB 108 2 71 -
CMYK 0 0.98 0.34 0.58
HSL 320.94º 0.96% 0.22% -
HSV(B) 320.94º 0.98% 0.42% -
XYZ 7.34 3.69 6.29 -
YUV 41.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 108 2 71 0 0.98 0.34 0.58 320.94 0.96 0.22
Hex 6C 2 47 0 62 22 3A 141 60 16
Octal 154 2 107 0 142 42 72 501 140 26
Binary 1101100 10 1000111 0 1100010 100010 111010 101000001 1100000 10110

Color Harmonies of #6C0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0247

Black with #6C0247

Text Example


Text Example

White with #6C0247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,71); }

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

background-color css

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

 a { background-color: rgb(108,2,71); }

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

border-color css

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

 span { border-color: rgb(108,2,71); }

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