Html Css Color HEX #6E167F Purple

📋 copy color: '#6E167F'

red 110 ◦ green 22 ◦ blue 127

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

Shades of Purple #6E167F

Tints of Purple #6E167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

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

R = 42.47%
G = 8.49%
B = 49.03%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E167F (or 0x6E167F) is known color: Purple. HEX triplet: 6E, 16 and 7F. RGB value is (110,22,127). Sum of RGB (Red+Green+Blue) = 110+22+127=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E167F is #91E980. Grayscale: #3B3B3B. Windows color (decimal): -9562497 or 8328814. OLE color: 8328814.

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

Color convert

RGB 110 22 127 -
CMYK 0.13 0.83 0 0.50
HSL 290.29º 0.7% 0.29% -
HSV(B) 290.29º 0.83% 0.5% -
XYZ 10.55 5.42 20.57 -
YUV 60.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 110 22 127 0.13 0.83 0 0.50 290.29 0.7 0.29
Hex 6E 16 7F D 53 0 32 122 46 1D
Octal 156 26 177 15 123 0 62 442 106 35
Binary 1101110 10110 1111111 1101 1010011 0 110010 100100010 1000110 11101

Color Harmonies of #6E167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E167F

Black with #6E167F

Text Example


Text Example

White with #6E167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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