Html Css Color HEX #6F3E75 Eminence

📋 copy color: '#6F3E75'

red 111 ◦ green 62 ◦ blue 117

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

Shades of Eminence #6F3E75

Tints of Eminence #6F3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.38%

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 38.28%
G = 21.38%
B = 40.34%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F3E75 (or 0x6F3E75) is known color: Eminence. HEX triplet: 6F, 3E and 75. RGB value is (111,62,117). Sum of RGB (Red+Green+Blue) = 111+62+117=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E75 is #90C18A. Grayscale: #525252. Windows color (decimal): -9486731 or 7683695. OLE color: 7683695.

HSL color Cylindrical-coordinate representation of color #6F3E75: hue angle of 293.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3E75 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 62 117 -
CMYK 0.05 0.47 0 0.54
HSL 293.45º 0.31% 0.35% -
HSV(B) 293.45º 0.47% 0.46% -
XYZ 11.49 8.11 17.79 -
YUV 82.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 111 62 117 0.05 0.47 0 0.54 293.45 0.31 0.35
Hex 6F 3E 75 5 2F 0 36 125 1F 23
Octal 157 76 165 5 57 0 66 445 37 43
Binary 1101111 111110 1110101 101 101111 0 110110 100100101 11111 100011

Color Harmonies of #6F3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E75

Black with #6F3E75

Text Example


Text Example

White with #6F3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,62,117); }

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

background-color css

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

 a { background-color: rgb(111,62,117); }

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

border-color css

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

 span { border-color: rgb(111,62,117); }

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