Html Css Color HEX #6E086C Purple

📋 copy color: '#6E086C'

red 110 ◦ green 8 ◦ blue 108

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

Shades of Purple #6E086C

Tints of Purple #6E086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 48.67%
G = 3.54%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6E086C (or 0x6E086C) is known color: Purple. HEX triplet: 6E, 08 and 6C. RGB value is (110,8,108). Sum of RGB (Red+Green+Blue) = 110+8+108=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E086C is #91F793. Grayscale: #313131. Windows color (decimal): -9566100 or 7080046. OLE color: 7080046.

HSL color Cylindrical-coordinate representation of color #6E086C: hue angle of 301.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E086C is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 8 108 -
CMYK 0 0.93 0.02 0.57
HSL 301.18º 0.86% 0.23% -
HSV(B) 301.18º 0.93% 0.43% -
XYZ 9.22 4.57 14.58 -
YUV 49.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 110 8 108 0 0.93 0.02 0.57 301.18 0.86 0.23
Hex 6E 8 6C 0 5D 2 39 12D 56 17
Octal 156 10 154 0 135 2 71 455 126 27
Binary 1101110 1000 1101100 0 1011101 10 111001 100101101 1010110 10111

Color Harmonies of #6E086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E086C

Black with #6E086C

Text Example


Text Example

White with #6E086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,8,108); }

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

background-color css

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

 a { background-color: rgb(110,8,108); }

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

border-color css

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

 span { border-color: rgb(110,8,108); }

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