Html Css Color HEX #7F317F Eminence

📋 copy color: '#7F317F'

red 127 ◦ green 49 ◦ blue 127

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

Shades of Eminence #7F317F

Tints of Eminence #7F317F

RGB

 RED value IS 127 (50% from 255) = 41.91%

 GREEN value IS 49 (19.53% from 255) = 16.17%

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

R = 41.91%
G = 16.17%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7F317F (or 0x7F317F) is known color: Eminence. HEX triplet: 7F, 31 and 7F. RGB value is (127,49,127). Sum of RGB (Red+Green+Blue) = 127+49+127=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F317F is #80CE80. Grayscale: #505050. Windows color (decimal): -8441473 or 8335743. OLE color: 8335743.

HSL color Cylindrical-coordinate representation of color #7F317F: hue angle of 300º 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 #7F317F is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 127 -
CMYK 0 0.61 0 0.50
HSL 300º 0.44% 0.35% -
HSV(B) 300º 0.61% 0.5% -
XYZ 13.68 8.24 20.95 -
YUV 81.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 127 49 127 0 0.61 0 0.50 300 0.44 0.35
Hex 7F 31 7F 0 3D 0 32 12C 2C 23
Octal 177 61 177 0 75 0 62 454 54 43
Binary 1111111 110001 1111111 0 111101 0 110010 100101100 101100 100011

Color Harmonies of #7F317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F317F

Black with #7F317F

Text Example


Text Example

White with #7F317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F317F; }

 p { color: rgb(127,49,127); }

 H1.HeaderClassName
 {
   color: #7F317F;
 }
 .AnyTagClassName
 {
   color: #7F317F;
 }
</style>

background-color css

<style>
 a { background-color: #7F317F; }

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

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

border-color css

<style>
 span { border-color: #7F317F; }

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

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