Html Css Color HEX #6E057C Purple

📋 copy color: '#6E057C'

red 110 ◦ green 5 ◦ blue 124

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

Shades of Purple #6E057C

Tints of Purple #6E057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 46.03%
G = 2.09%
B = 51.88%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E057C (or 0x6E057C) is known color: Purple. HEX triplet: 6E, 05 and 7C. RGB value is (110,5,124). Sum of RGB (Red+Green+Blue) = 110+5+124=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E057C is #91FA83. Grayscale: #313131. Windows color (decimal): -9566852 or 8127854. OLE color: 8127854.

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

Color convert

RGB 110 5 124 -
CMYK 0.11 0.96 0 0.51
HSL 292.94º 0.92% 0.25% -
HSV(B) 292.94º 0.96% 0.49% -
XYZ 10.12 4.88 19.48 -
YUV 49.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 110 5 124 0.11 0.96 0 0.51 292.94 0.92 0.25
Hex 6E 5 7C B 60 0 33 125 5C 19
Octal 156 5 174 13 140 0 63 445 134 31
Binary 1101110 101 1111100 1011 1100000 0 110011 100100101 1011100 11001

Color Harmonies of #6E057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E057C

Black with #6E057C

Text Example


Text Example

White with #6E057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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