Html Css Color HEX #7F367D Eminence

📋 copy color: '#7F367D'

red 127 ◦ green 54 ◦ blue 125

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

Shades of Eminence #7F367D

Tints of Eminence #7F367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.65%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 41.5%
G = 17.65%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F367D (or 0x7F367D) is known color: Eminence. HEX triplet: 7F, 36 and 7D. RGB value is (127,54,125). Sum of RGB (Red+Green+Blue) = 127+54+125=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F367D is #80C982. Grayscale: #535353. Windows color (decimal): -8440195 or 8205951. OLE color: 8205951.

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

Color convert

RGB 127 54 125 -
CMYK 0 0.57 0.02 0.50
HSL 301.64º 0.4% 0.35% -
HSV(B) 301.64º 0.57% 0.5% -
XYZ 13.77 8.63 20.34 -
YUV 83.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 127 54 125 0 0.57 0.02 0.50 301.64 0.4 0.35
Hex 7F 36 7D 0 39 2 32 12E 28 23
Octal 177 66 175 0 71 2 62 456 50 43
Binary 1111111 110110 1111101 0 111001 10 110010 100101110 101000 100011

Color Harmonies of #7F367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F367D

Black with #7F367D

Text Example


Text Example

White with #7F367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,125); }

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

background-color css

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

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

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

border-color css

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

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

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