Html Css Color HEX #76417D Eminence

📋 copy color: '#76417D'

red 118 ◦ green 65 ◦ blue 125

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

Shades of Eminence #76417D

Tints of Eminence #76417D

RGB

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

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

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

R = 38.31%
G = 21.1%
B = 40.58%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76417D (or 0x76417D) is known color: Eminence. HEX triplet: 76, 41 and 7D. RGB value is (118,65,125). Sum of RGB (Red+Green+Blue) = 118+65+125=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #76417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76417D is #89BE82. Grayscale: #575757. Windows color (decimal): -9027203 or 8208758. OLE color: 8208758.

HSL color Cylindrical-coordinate representation of color #76417D: hue angle of 293º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76417D is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 65 125 -
CMYK 0.06 0.48 0 0.51
HSL 293º 0.32% 0.37% -
HSV(B) 293º 0.48% 0.49% -
XYZ 13.06 9.11 20.47 -
YUV 87.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 118 65 125 0.06 0.48 0 0.51 293 0.32 0.37
Hex 76 41 7D 6 30 0 33 125 20 25
Octal 166 101 175 6 60 0 63 445 40 45
Binary 1110110 1000001 1111101 110 110000 0 110011 100100101 100000 100101

Color Harmonies of #76417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76417D

Black with #76417D

Text Example


Text Example

White with #76417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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