Html Css Color HEX #6F4279 Eminence

📋 copy color: '#6F4279'

red 111 ◦ green 66 ◦ blue 121

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

Shades of Eminence #6F4279

Tints of Eminence #6F4279

RGB

 RED value IS 111 (43.75% from 255) = 37.25%

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 37.25%
G = 22.15%
B = 40.6%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F4279 (or 0x6F4279) is known color: Eminence. HEX triplet: 6F, 42 and 79. RGB value is (111,66,121). Sum of RGB (Red+Green+Blue) = 111+66+121=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F4279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4279 is #90BD86. Grayscale: #555555. Windows color (decimal): -9485703 or 7946863. OLE color: 7946863.

HSL color Cylindrical-coordinate representation of color #6F4279: hue angle of 289.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F4279 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 66 121 -
CMYK 0.08 0.45 0 0.53
HSL 289.09º 0.29% 0.37% -
HSV(B) 289.09º 0.45% 0.47% -
XYZ 11.95 8.66 19.13 -
YUV 85.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 111 66 121 0.08 0.45 0 0.53 289.09 0.29 0.37
Hex 6F 42 79 8 2D 0 35 121 1D 25
Octal 157 102 171 10 55 0 65 441 35 45
Binary 1101111 1000010 1111001 1000 101101 0 110101 100100001 11101 100101

Color Harmonies of #6F4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4279

Black with #6F4279

Text Example


Text Example

White with #6F4279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,121); }

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

background-color css

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

 a { background-color: rgb(111,66,121); }

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

border-color css

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

 span { border-color: rgb(111,66,121); }

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