Html Css Color HEX #6E147C Purple

📋 copy color: '#6E147C'

red 110 ◦ green 20 ◦ blue 124

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

Shades of Purple #6E147C

Tints of Purple #6E147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 43.31%
G = 7.87%
B = 48.82%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E147C (or 0x6E147C) is known color: Purple. HEX triplet: 6E, 14 and 7C. RGB value is (110,20,124). Sum of RGB (Red+Green+Blue) = 110+20+124=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E147C is #91EB83. Grayscale: #3A3A3A. Windows color (decimal): -9563012 or 8131694. OLE color: 8131694.

HSL color Cylindrical-coordinate representation of color #6E147C: hue angle of 291.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E147C is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 20 124 -
CMYK 0.11 0.84 0 0.51
HSL 291.92º 0.72% 0.28% -
HSV(B) 291.92º 0.84% 0.49% -
XYZ 10.32 5.27 19.54 -
YUV 58.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 110 20 124 0.11 0.84 0 0.51 291.92 0.72 0.28
Hex 6E 14 7C B 54 0 33 124 48 1C
Octal 156 24 174 13 124 0 63 444 110 34
Binary 1101110 10100 1111100 1011 1010100 0 110011 100100100 1001000 11100

Color Harmonies of #6E147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E147C

Black with #6E147C

Text Example


Text Example

White with #6E147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,20,124); }

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

background-color css

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

 a { background-color: rgb(110,20,124); }

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

border-color css

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

 span { border-color: rgb(110,20,124); }

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