Html Css Color HEX #6C1080 Purple

📋 copy color: '#6C1080'

red 108 ◦ green 16 ◦ blue 128

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

Shades of Purple #6C1080

Tints of Purple #6C1080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 42.86%
G = 6.35%
B = 50.79%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C1080 (or 0x6C1080) is known color: Purple. HEX triplet: 6C, 10 and 80. RGB value is (108,16,128). Sum of RGB (Red+Green+Blue) = 108+16+128=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #6C1080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1080 is #93EF7F. Grayscale: #373737. Windows color (decimal): -9695104 or 8392812. OLE color: 8392812.

HSL color Cylindrical-coordinate representation of color #6C1080: hue angle of 289.29º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1080 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 16 128 -
CMYK 0.16 0.88 0 0.50
HSL 289.29º 0.78% 0.28% -
HSV(B) 289.29º 0.88% 0.5% -
XYZ 10.27 5.12 20.87 -
YUV 56.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 108 16 128 0.16 0.88 0 0.50 289.29 0.78 0.28
Hex 6C 10 80 10 58 0 32 121 4E 1C
Octal 154 20 200 20 130 0 62 441 116 34
Binary 1101100 10000 10000000 10000 1011000 0 110010 100100001 1001110 11100

Color Harmonies of #6C1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1080

Black with #6C1080

Text Example


Text Example

White with #6C1080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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