Html Css Color HEX #6C1079 Purple

📋 copy color: '#6C1079'

red 108 ◦ green 16 ◦ blue 121

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

Shades of Purple #6C1079

Tints of Purple #6C1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 44.08%
G = 6.53%
B = 49.39%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C1079 (or 0x6C1079) is known color: Purple. HEX triplet: 6C, 10 and 79. RGB value is (108,16,121). Sum of RGB (Red+Green+Blue) = 108+16+121=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C1079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1079 is #93EF86. Grayscale: #373737. Windows color (decimal): -9695111 or 7934060. OLE color: 7934060.

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

Color convert

RGB 108 16 121 -
CMYK 0.11 0.87 0 0.53
HSL 292.57º 0.77% 0.27% -
HSV(B) 292.57º 0.87% 0.47% -
XYZ 9.82 4.94 18.52 -
YUV 55.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 108 16 121 0.11 0.87 0 0.53 292.57 0.77 0.27
Hex 6C 10 79 B 57 0 35 125 4D 1B
Octal 154 20 171 13 127 0 65 445 115 33
Binary 1101100 10000 1111001 1011 1010111 0 110101 100100101 1001101 11011

Color Harmonies of #6C1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1079

Black with #6C1079

Text Example


Text Example

White with #6C1079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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