Html Css Color HEX #6F4173 Eminence

📋 copy color: '#6F4173'

red 111 ◦ green 65 ◦ blue 115

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

Shades of Eminence #6F4173

Tints of Eminence #6F4173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

 BLUE value IS 115 (45.31% from 255) = 39.52%

R = 38.14%
G = 22.34%
B = 39.52%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F4173 (or 0x6F4173) is known color: Eminence. HEX triplet: 6F, 41 and 73. RGB value is (111,65,115). Sum of RGB (Red+Green+Blue) = 111+65+115=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4173 is #90BE8C. Grayscale: #545454. Windows color (decimal): -9485965 or 7553391. OLE color: 7553391.

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

Color convert

RGB 111 65 115 -
CMYK 0.03 0.43 0 0.55
HSL 295.2º 0.28% 0.35% -
HSV(B) 295.2º 0.43% 0.45% -
XYZ 11.54 8.4 17.23 -
YUV 84.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 111 65 115 0.03 0.43 0 0.55 295.2 0.28 0.35
Hex 6F 41 73 3 2B 0 37 127 1C 23
Octal 157 101 163 3 53 0 67 447 34 43
Binary 1101111 1000001 1110011 11 101011 0 110111 100100111 11100 100011

Color Harmonies of #6F4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4173

Black with #6F4173

Text Example


Text Example

White with #6F4173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,115); }

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

background-color css

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

 a { background-color: rgb(111,65,115); }

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

border-color css

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

 span { border-color: rgb(111,65,115); }

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