Html Css Color HEX #7F4474 Eminence

📋 copy color: '#7F4474'

red 127 ◦ green 68 ◦ blue 116

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

Shades of Eminence #7F4474

Tints of Eminence #7F4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 40.84%
G = 21.86%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F4474 (or 0x7F4474) is known color: Eminence. HEX triplet: 7F, 44 and 74. RGB value is (127,68,116). Sum of RGB (Red+Green+Blue) = 127+68+116=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4474 is #80BB8B. Grayscale: #5A5A5A. Windows color (decimal): -8436620 or 7619711. OLE color: 7619711.

HSL color Cylindrical-coordinate representation of color #7F4474: hue angle of 311.19º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4474 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 68 116 -
CMYK 0 0.46 0.09 0.50
HSL 311.19º 0.3% 0.38% -
HSV(B) 311.19º 0.46% 0.5% -
XYZ 13.97 9.91 17.7 -
YUV 91.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 127 68 116 0 0.46 0.09 0.50 311.19 0.3 0.38
Hex 7F 44 74 0 2E 9 32 137 1E 26
Octal 177 104 164 0 56 11 62 467 36 46
Binary 1111111 1000100 1110100 0 101110 1001 110010 100110111 11110 100110

Color Harmonies of #7F4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4474

Black with #7F4474

Text Example


Text Example

White with #7F4474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,68,116); }

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

background-color css

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

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

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

border-color css

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

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

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