Html Css Color HEX #6A4079 Eminence

📋 copy color: '#6A4079'

red 106 ◦ green 64 ◦ blue 121

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

Shades of Eminence #6A4079

Tints of Eminence #6A4079

RGB

 RED value IS 106 (41.8% from 255) = 36.43%

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 36.43%
G = 21.99%
B = 41.58%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A4079 (or 0x6A4079) is known color: Eminence. HEX triplet: 6A, 40 and 79. RGB value is (106,64,121). Sum of RGB (Red+Green+Blue) = 106+64+121=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4079 is #95BF86. Grayscale: #525252. Windows color (decimal): -9813895 or 7946346. OLE color: 7946346.

HSL color Cylindrical-coordinate representation of color #6A4079: hue angle of 284.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A4079 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 64 121 -
CMYK 0.12 0.47 0 0.53
HSL 284.21º 0.31% 0.36% -
HSV(B) 284.21º 0.47% 0.47% -
XYZ 11.23 8.11 19.06 -
YUV 83.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 106 64 121 0.12 0.47 0 0.53 284.21 0.31 0.36
Hex 6A 40 79 C 2F 0 35 11C 1F 24
Octal 152 100 171 14 57 0 65 434 37 44
Binary 1101010 1000000 1111001 1100 101111 0 110101 100011100 11111 100100

Color Harmonies of #6A4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4079

Black with #6A4079

Text Example


Text Example

White with #6A4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,121); }

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

background-color css

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

 a { background-color: rgb(106,64,121); }

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

border-color css

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

 span { border-color: rgb(106,64,121); }

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