Html Css Color HEX #764171 Eminence

📋 copy color: '#764171'

red 118 ◦ green 65 ◦ blue 113

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

Shades of Eminence #764171

Tints of Eminence #764171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 39.86%
G = 21.96%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#764171 (or 0x764171) is known color: Eminence. HEX triplet: 76, 41 and 71. RGB value is (118,65,113). Sum of RGB (Red+Green+Blue) = 118+65+113=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764171 is #89BE8E. Grayscale: #565656. Windows color (decimal): -9027215 or 7422326. OLE color: 7422326.

HSL color Cylindrical-coordinate representation of color #764171: hue angle of 305.66º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764171 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 113 -
CMYK 0 0.45 0.04 0.54
HSL 305.66º 0.29% 0.36% -
HSV(B) 305.66º 0.45% 0.46% -
XYZ 12.34 8.82 16.68 -
YUV 86.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 118 65 113 0 0.45 0.04 0.54 305.66 0.29 0.36
Hex 76 41 71 0 2D 4 36 132 1D 24
Octal 166 101 161 0 55 4 66 462 35 44
Binary 1110110 1000001 1110001 0 101101 100 110110 100110010 11101 100100

Color Harmonies of #764171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764171

Black with #764171

Text Example


Text Example

White with #764171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764171; }

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

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

background-color css

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

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

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

border-color css

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

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

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