Html Css Color HEX #6E0479 Purple

📋 copy color: '#6E0479'

red 110 ◦ green 4 ◦ blue 121

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

Shades of Purple #6E0479

Tints of Purple #6E0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 46.81%
G = 1.7%
B = 51.49%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E0479 (or 0x6E0479) is known color: Purple. HEX triplet: 6E, 04 and 79. RGB value is (110,4,121). Sum of RGB (Red+Green+Blue) = 110+4+121=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0479 is #91FB86. Grayscale: #303030. Windows color (decimal): -9567111 or 7930990. OLE color: 7930990.

HSL color Cylindrical-coordinate representation of color #6E0479: hue angle of 294.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0479 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 4 121 -
CMYK 0.09 0.97 0 0.53
HSL 294.36º 0.94% 0.25% -
HSV(B) 294.36º 0.97% 0.47% -
XYZ 9.93 4.78 18.49 -
YUV 49.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 110 4 121 0.09 0.97 0 0.53 294.36 0.94 0.25
Hex 6E 4 79 9 61 0 35 126 5E 19
Octal 156 4 171 11 141 0 65 446 136 31
Binary 1101110 100 1111001 1001 1100001 0 110101 100100110 1011110 11001

Color Harmonies of #6E0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0479

Black with #6E0479

Text Example


Text Example

White with #6E0479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,4,121); }

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

background-color css

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

 a { background-color: rgb(110,4,121); }

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

border-color css

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

 span { border-color: rgb(110,4,121); }

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