Html Css Color HEX #6C1179 Purple

📋 copy color: '#6C1179'

red 108 ◦ green 17 ◦ blue 121

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

Shades of Purple #6C1179

Tints of Purple #6C1179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 43.9%
G = 6.91%
B = 49.19%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C1179 (or 0x6C1179) is known color: Purple. HEX triplet: 6C, 11 and 79. RGB value is (108,17,121). Sum of RGB (Red+Green+Blue) = 108+17+121=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C1179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1179 is #93EE86. Grayscale: #373737. Windows color (decimal): -9694855 or 7934316. OLE color: 7934316.

HSL color Cylindrical-coordinate representation of color #6C1179: hue angle of 292.5º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1179 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 17 121 -
CMYK 0.11 0.86 0 0.53
HSL 292.5º 0.75% 0.27% -
HSV(B) 292.5º 0.86% 0.47% -
XYZ 9.84 4.97 18.53 -
YUV 56.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 108 17 121 0.11 0.86 0 0.53 292.5 0.75 0.27
Hex 6C 11 79 B 56 0 35 124 4B 1B
Octal 154 21 171 13 126 0 65 444 113 33
Binary 1101100 10001 1111001 1011 1010110 0 110101 100100100 1001011 11011

Color Harmonies of #6C1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1179

Black with #6C1179

Text Example


Text Example

White with #6C1179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,121); }

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

background-color css

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

 a { background-color: rgb(108,17,121); }

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

border-color css

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

 span { border-color: rgb(108,17,121); }

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