Html Css Color HEX #6C108D Purple

📋 copy color: '#6C108D'

red 108 ◦ green 16 ◦ blue 141

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

Shades of Purple #6C108D

Tints of Purple #6C108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 40.75%
G = 6.04%
B = 53.21%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C108D (or 0x6C108D) is known color: Purple. HEX triplet: 6C, 10 and 8D. RGB value is (108,16,141). Sum of RGB (Red+Green+Blue) = 108+16+141=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C108D is #93EF72. Grayscale: #393939. Windows color (decimal): -9695091 or 9244780. OLE color: 9244780.

HSL color Cylindrical-coordinate representation of color #6C108D: hue angle of 284.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C108D is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 16 141 -
CMYK 0.23 0.89 0 0.45
HSL 284.16º 0.8% 0.31% -
HSV(B) 284.16º 0.89% 0.55% -
XYZ 11.18 5.48 25.67 -
YUV 57.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 108 16 141 0.23 0.89 0 0.45 284.16 0.8 0.31
Hex 6C 10 8D 17 59 0 2D 11C 50 1F
Octal 154 20 215 27 131 0 55 434 120 37
Binary 1101100 10000 10001101 10111 1011001 0 101101 100011100 1010000 11111

Color Harmonies of #6C108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C108D

Black with #6C108D

Text Example


Text Example

White with #6C108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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