Html Css Color HEX #76417A Eminence

📋 copy color: '#76417A'

red 118 ◦ green 65 ◦ blue 122

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

Shades of Eminence #76417A

Tints of Eminence #76417A

RGB

 RED value IS 118 (46.48% from 255) = 38.69%

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 122 (48.05% from 255) = 40%

R = 38.69%
G = 21.31%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76417A (or 0x76417A) is known color: Eminence. HEX triplet: 76, 41 and 7A. RGB value is (118,65,122). Sum of RGB (Red+Green+Blue) = 118+65+122=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #76417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76417A is #89BE85. Grayscale: #575757. Windows color (decimal): -9027206 or 8012150. OLE color: 8012150.

HSL color Cylindrical-coordinate representation of color #76417A: hue angle of 295.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76417A is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 65 122 -
CMYK 0.03 0.47 0 0.52
HSL 295.79º 0.3% 0.37% -
HSV(B) 295.79º 0.47% 0.48% -
XYZ 12.87 9.04 19.48 -
YUV 87.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 118 65 122 0.03 0.47 0 0.52 295.79 0.3 0.37
Hex 76 41 7A 3 2F 0 34 128 1E 25
Octal 166 101 172 3 57 0 64 450 36 45
Binary 1110110 1000001 1111010 11 101111 0 110100 100101000 11110 100101

Color Harmonies of #76417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76417A

Black with #76417A

Text Example


Text Example

White with #76417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76417A; }

 p { color: rgb(118,65,122); }

 H1.HeaderClassName
 {
   color: #76417A;
 }
 .AnyTagClassName
 {
   color: #76417A;
 }
</style>

background-color css

<style>
 a { background-color: #76417A; }

 a { background-color: rgb(118,65,122); }

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

border-color css

<style>
 span { border-color: #76417A; }

 span { border-color: rgb(118,65,122); }

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