Html Css Color HEX #6F317C Eminence

📋 copy color: '#6F317C'

red 111 ◦ green 49 ◦ blue 124

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

Shades of Eminence #6F317C

Tints of Eminence #6F317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 39.08%
G = 17.25%
B = 43.66%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F317C (or 0x6F317C) is known color: Eminence. HEX triplet: 6F, 31 and 7C. RGB value is (111,49,124). Sum of RGB (Red+Green+Blue) = 111+49+124=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F317C is #90CE83. Grayscale: #4B4B4B. Windows color (decimal): -9490052 or 8139119. OLE color: 8139119.

HSL color Cylindrical-coordinate representation of color #6F317C: hue angle of 289.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F317C is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 49 124 -
CMYK 0.10 0.60 0 0.51
HSL 289.6º 0.43% 0.34% -
HSV(B) 289.6º 0.6% 0.49% -
XYZ 11.29 7.03 19.83 -
YUV 76.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 111 49 124 0.10 0.60 0 0.51 289.6 0.43 0.34
Hex 6F 31 7C A 3C 0 33 122 2B 22
Octal 157 61 174 12 74 0 63 442 53 42
Binary 1101111 110001 1111100 1010 111100 0 110011 100100010 101011 100010

Color Harmonies of #6F317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F317C

Black with #6F317C

Text Example


Text Example

White with #6F317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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