Html Css Color HEX #6F4772 Eminence

📋 copy color: '#6F4772'

red 111 ◦ green 71 ◦ blue 114

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

Shades of Eminence #6F4772

Tints of Eminence #6F4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 37.5%
G = 23.99%
B = 38.51%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F4772 (or 0x6F4772) is known color: Eminence. HEX triplet: 6F, 47 and 72. RGB value is (111,71,114). Sum of RGB (Red+Green+Blue) = 111+71+114=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F4772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4772 is #90B88D. Grayscale: #575757. Windows color (decimal): -9484430 or 7489391. OLE color: 7489391.

HSL color Cylindrical-coordinate representation of color #6F4772: hue angle of 295.81º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4772 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 71 114 -
CMYK 0.03 0.38 0 0.55
HSL 295.81º 0.23% 0.36% -
HSV(B) 295.81º 0.38% 0.45% -
XYZ 11.85 9.1 17.05 -
YUV 87.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 111 71 114 0.03 0.38 0 0.55 295.81 0.23 0.36
Hex 6F 47 72 3 26 0 37 128 17 24
Octal 157 107 162 3 46 0 67 450 27 44
Binary 1101111 1000111 1110010 11 100110 0 110111 100101000 10111 100100

Color Harmonies of #6F4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4772

Black with #6F4772

Text Example


Text Example

White with #6F4772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,71,114); }

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

background-color css

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

 a { background-color: rgb(111,71,114); }

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

border-color css

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

 span { border-color: rgb(111,71,114); }

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