Html Css Color HEX #6F347C Eminence

📋 copy color: '#6F347C'

red 111 ◦ green 52 ◦ blue 124

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

Shades of Eminence #6F347C

Tints of Eminence #6F347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 38.68%
G = 18.12%
B = 43.21%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F347C (or 0x6F347C) is known color: Eminence. HEX triplet: 6F, 34 and 7C. RGB value is (111,52,124). Sum of RGB (Red+Green+Blue) = 111+52+124=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F347C is #90CB83. Grayscale: #4D4D4D. Windows color (decimal): -9489284 or 8139887. OLE color: 8139887.

HSL color Cylindrical-coordinate representation of color #6F347C: hue angle of 289.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F347C is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 52 124 -
CMYK 0.10 0.58 0 0.51
HSL 289.17º 0.41% 0.35% -
HSV(B) 289.17º 0.58% 0.49% -
XYZ 11.42 7.29 19.87 -
YUV 77.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 111 52 124 0.10 0.58 0 0.51 289.17 0.41 0.35
Hex 6F 34 7C A 3A 0 33 121 29 23
Octal 157 64 174 12 72 0 63 441 51 43
Binary 1101111 110100 1111100 1010 111010 0 110011 100100001 101001 100011

Color Harmonies of #6F347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F347C

Black with #6F347C

Text Example


Text Example

White with #6F347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,124); }

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

background-color css

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

 a { background-color: rgb(111,52,124); }

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

border-color css

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

 span { border-color: rgb(111,52,124); }

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