Html Css Color HEX #6E147F Purple

📋 copy color: '#6E147F'

red 110 ◦ green 20 ◦ blue 127

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

Shades of Purple #6E147F

Tints of Purple #6E147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.42%

R = 42.8%
G = 7.78%
B = 49.42%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E147F (or 0x6E147F) is known color: Purple. HEX triplet: 6E, 14 and 7F. RGB value is (110,20,127). Sum of RGB (Red+Green+Blue) = 110+20+127=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E147F is #91EB80. Grayscale: #3A3A3A. Windows color (decimal): -9563009 or 8328302. OLE color: 8328302.

HSL color Cylindrical-coordinate representation of color #6E147F: hue angle of 290.47º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E147F is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 20 127 -
CMYK 0.13 0.84 0 0.50
HSL 290.47º 0.73% 0.29% -
HSV(B) 290.47º 0.84% 0.5% -
XYZ 10.51 5.35 20.56 -
YUV 59.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 110 20 127 0.13 0.84 0 0.50 290.47 0.73 0.29
Hex 6E 14 7F D 54 0 32 122 49 1D
Octal 156 24 177 15 124 0 62 442 111 35
Binary 1101110 10100 1111111 1101 1010100 0 110010 100100010 1001001 11101

Color Harmonies of #6E147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E147F

Black with #6E147F

Text Example


Text Example

White with #6E147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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