Html Css Color HEX #6E108C Purple

📋 copy color: '#6E108C'

red 110 ◦ green 16 ◦ blue 140

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

Shades of Purple #6E108C

Tints of Purple #6E108C

RGB

 RED value IS 110 (43.36% from 255) = 41.35%

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

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 41.35%
G = 6.02%
B = 52.63%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E108C (or 0x6E108C) is known color: Purple. HEX triplet: 6E, 10 and 8C. RGB value is (110,16,140). Sum of RGB (Red+Green+Blue) = 110+16+140=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E108C is #91EF73. Grayscale: #393939. Windows color (decimal): -9564020 or 9179246. OLE color: 9179246.

HSL color Cylindrical-coordinate representation of color #6E108C: hue angle of 285.48º degrees, saturation: 0.79, 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 #6E108C is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 16 140 -
CMYK 0.21 0.89 0 0.45
HSL 285.48º 0.79% 0.31% -
HSV(B) 285.48º 0.89% 0.55% -
XYZ 11.35 5.58 25.29 -
YUV 58.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 110 16 140 0.21 0.89 0 0.45 285.48 0.79 0.31
Hex 6E 10 8C 15 59 0 2D 11D 4F 1F
Octal 156 20 214 25 131 0 55 435 117 37
Binary 1101110 10000 10001100 10101 1011001 0 101101 100011101 1001111 11111

Color Harmonies of #6E108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E108C

Black with #6E108C

Text Example


Text Example

White with #6E108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,16,140); }

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

background-color css

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

 a { background-color: rgb(110,16,140); }

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

border-color css

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

 span { border-color: rgb(110,16,140); }

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