Html Css Color HEX #6F377F Eminence

📋 copy color: '#6F377F'

red 111 ◦ green 55 ◦ blue 127

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

Shades of Eminence #6F377F

Tints of Eminence #6F377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

 BLUE value IS 127 (50% from 255) = 43.34%

R = 37.88%
G = 18.77%
B = 43.34%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F377F (or 0x6F377F) is known color: Eminence. HEX triplet: 6F, 37 and 7F. RGB value is (111,55,127). Sum of RGB (Red+Green+Blue) = 111+55+127=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F377F is #90C880. Grayscale: #4F4F4F. Windows color (decimal): -9488513 or 8337263. OLE color: 8337263.

HSL color Cylindrical-coordinate representation of color #6F377F: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F377F is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 55 127 -
CMYK 0.13 0.57 0 0.50
HSL 286.67º 0.4% 0.36% -
HSV(B) 286.67º 0.57% 0.5% -
XYZ 11.75 7.64 20.93 -
YUV 79.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 111 55 127 0.13 0.57 0 0.50 286.67 0.4 0.36
Hex 6F 37 7F D 39 0 32 11F 28 24
Octal 157 67 177 15 71 0 62 437 50 44
Binary 1101111 110111 1111111 1101 111001 0 110010 100011111 101000 100100

Color Harmonies of #6F377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F377F

Black with #6F377F

Text Example


Text Example

White with #6F377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,127); }

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

background-color css

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

 a { background-color: rgb(111,55,127); }

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

border-color css

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

 span { border-color: rgb(111,55,127); }

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