Html Css Color HEX #6F4071 Eminence

📋 copy color: '#6F4071'

red 111 ◦ green 64 ◦ blue 113

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

Shades of Eminence #6F4071

Tints of Eminence #6F4071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.24%

R = 38.54%
G = 22.22%
B = 39.24%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F4071 (or 0x6F4071) is known color: Eminence. HEX triplet: 6F, 40 and 71. RGB value is (111,64,113). Sum of RGB (Red+Green+Blue) = 111+64+113=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4071 is #90BF8E. Grayscale: #535353. Windows color (decimal): -9486223 or 7422063. OLE color: 7422063.

HSL color Cylindrical-coordinate representation of color #6F4071: hue angle of 297.55º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F4071 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 64 113 -
CMYK 0.02 0.43 0 0.56
HSL 297.55º 0.28% 0.35% -
HSV(B) 297.55º 0.43% 0.44% -
XYZ 11.37 8.24 16.61 -
YUV 83.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 111 64 113 0.02 0.43 0 0.56 297.55 0.28 0.35
Hex 6F 40 71 2 2B 0 38 12A 1C 23
Octal 157 100 161 2 53 0 70 452 34 43
Binary 1101111 1000000 1110001 10 101011 0 111000 100101010 11100 100011

Color Harmonies of #6F4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4071

Black with #6F4071

Text Example


Text Example

White with #6F4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,113); }

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

background-color css

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

 a { background-color: rgb(111,64,113); }

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

border-color css

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

 span { border-color: rgb(111,64,113); }

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