Html Css Color HEX #6F327F Eminence

📋 copy color: '#6F327F'

red 111 ◦ green 50 ◦ blue 127

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

Shades of Eminence #6F327F

Tints of Eminence #6F327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 38.54%
G = 17.36%
B = 44.1%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F327F (or 0x6F327F) is known color: Eminence. HEX triplet: 6F, 32 and 7F. RGB value is (111,50,127). Sum of RGB (Red+Green+Blue) = 111+50+127=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F327F is #90CD80. Grayscale: #4C4C4C. Windows color (decimal): -9489793 or 8335983. OLE color: 8335983.

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

Color convert

RGB 111 50 127 -
CMYK 0.13 0.61 0 0.50
HSL 287.53º 0.44% 0.35% -
HSV(B) 287.53º 0.61% 0.5% -
XYZ 11.53 7.19 20.86 -
YUV 77.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 111 50 127 0.13 0.61 0 0.50 287.53 0.44 0.35
Hex 6F 32 7F D 3D 0 32 120 2C 23
Octal 157 62 177 15 75 0 62 440 54 43
Binary 1101111 110010 1111111 1101 111101 0 110010 100100000 101100 100011

Color Harmonies of #6F327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F327F

Black with #6F327F

Text Example


Text Example

White with #6F327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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