Html Css Color HEX #76387F Eminence

📋 copy color: '#76387F'

red 118 ◦ green 56 ◦ blue 127

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

Shades of Eminence #76387F

Tints of Eminence #76387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 39.2%
G = 18.6%
B = 42.19%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76387F (or 0x76387F) is known color: Eminence. HEX triplet: 76, 38 and 7F. RGB value is (118,56,127). Sum of RGB (Red+Green+Blue) = 118+56+127=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #76387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76387F is #89C780. Grayscale: #525252. Windows color (decimal): -9029505 or 8337526. OLE color: 8337526.

HSL color Cylindrical-coordinate representation of color #76387F: hue angle of 292.39º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76387F is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 56 127 -
CMYK 0.07 0.56 0 0.50
HSL 292.39º 0.39% 0.36% -
HSV(B) 292.39º 0.56% 0.5% -
XYZ 12.72 8.21 20.99 -
YUV 82.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 118 56 127 0.07 0.56 0 0.50 292.39 0.39 0.36
Hex 76 38 7F 7 38 0 32 124 27 24
Octal 166 70 177 7 70 0 62 444 47 44
Binary 1110110 111000 1111111 111 111000 0 110010 100100100 100111 100100

Color Harmonies of #76387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76387F

Black with #76387F

Text Example


Text Example

White with #76387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76387F; }

 p { color: rgb(118,56,127); }

 H1.HeaderClassName
 {
   color: #76387F;
 }
 .AnyTagClassName
 {
   color: #76387F;
 }
</style>

background-color css

<style>
 a { background-color: #76387F; }

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

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

border-color css

<style>
 span { border-color: #76387F; }

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

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