Html Css Color HEX #6C1276 Purple

📋 copy color: '#6C1276'

red 108 ◦ green 18 ◦ blue 118

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

Shades of Purple #6C1276

Tints of Purple #6C1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 44.26%
G = 7.38%
B = 48.36%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C1276 (or 0x6C1276) is known color: Purple. HEX triplet: 6C, 12 and 76. RGB value is (108,18,118). Sum of RGB (Red+Green+Blue) = 108+18+118=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C1276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1276 is #93ED89. Grayscale: #383838. Windows color (decimal): -9694602 or 7737964. OLE color: 7737964.

HSL color Cylindrical-coordinate representation of color #6C1276: hue angle of 294º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1276 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 18 118 -
CMYK 0.08 0.85 0 0.54
HSL 294º 0.74% 0.27% -
HSV(B) 294º 0.85% 0.46% -
XYZ 9.67 4.93 17.58 -
YUV 56.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 108 18 118 0.08 0.85 0 0.54 294 0.74 0.27
Hex 6C 12 76 8 55 0 36 126 4A 1B
Octal 154 22 166 10 125 0 66 446 112 33
Binary 1101100 10010 1110110 1000 1010101 0 110110 100100110 1001010 11011

Color Harmonies of #6C1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1276

Black with #6C1276

Text Example


Text Example

White with #6C1276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,18,118); }

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

background-color css

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

 a { background-color: rgb(108,18,118); }

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

border-color css

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

 span { border-color: rgb(108,18,118); }

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