Html Css Color HEX #6F3A74 Eminence

📋 copy color: '#6F3A74'

red 111 ◦ green 58 ◦ blue 116

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

Shades of Eminence #6F3A74

Tints of Eminence #6F3A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 38.95%
G = 20.35%
B = 40.7%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F3A74 (or 0x6F3A74) is known color: Eminence. HEX triplet: 6F, 3A and 74. RGB value is (111,58,116). Sum of RGB (Red+Green+Blue) = 111+58+116=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F3A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A74 is #90C58B. Grayscale: #505050. Windows color (decimal): -9487756 or 7617135. OLE color: 7617135.

HSL color Cylindrical-coordinate representation of color #6F3A74: hue angle of 294.83º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3A74 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 58 116 -
CMYK 0.04 0.5 0 0.55
HSL 294.83º 0.33% 0.34% -
HSV(B) 294.83º 0.5% 0.45% -
XYZ 11.22 7.67 17.41 -
YUV 80.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 111 58 116 0.04 0.5 0 0.55 294.83 0.33 0.34
Hex 6F 3A 74 4 32 0 37 127 21 22
Octal 157 72 164 4 62 0 67 447 41 42
Binary 1101111 111010 1110100 100 110010 0 110111 100100111 100001 100010

Color Harmonies of #6F3A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A74

Black with #6F3A74

Text Example


Text Example

White with #6F3A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,116); }

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

background-color css

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

 a { background-color: rgb(111,58,116); }

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

border-color css

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

 span { border-color: rgb(111,58,116); }

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