Html Css Color HEX #6F3F73 Eminence

📋 copy color: '#6F3F73'

red 111 ◦ green 63 ◦ blue 115

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

Shades of Eminence #6F3F73

Tints of Eminence #6F3F73

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

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

R = 38.41%
G = 21.8%
B = 39.79%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F3F73 (or 0x6F3F73) is known color: Eminence. HEX triplet: 6F, 3F and 73. RGB value is (111,63,115). Sum of RGB (Red+Green+Blue) = 111+63+115=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F3F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3F73 is #90C08C. Grayscale: #535353. Windows color (decimal): -9486477 or 7552879. OLE color: 7552879.

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

Color convert

RGB 111 63 115 -
CMYK 0.03 0.45 0 0.55
HSL 295.38º 0.29% 0.35% -
HSV(B) 295.38º 0.45% 0.45% -
XYZ 11.43 8.17 17.19 -
YUV 83.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 111 63 115 0.03 0.45 0 0.55 295.38 0.29 0.35
Hex 6F 3F 73 3 2D 0 37 127 1D 23
Octal 157 77 163 3 55 0 67 447 35 43
Binary 1101111 111111 1110011 11 101101 0 110111 100100111 11101 100011

Color Harmonies of #6F3F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F73

Black with #6F3F73

Text Example


Text Example

White with #6F3F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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