Html Css Color HEX #764281 Eminence

📋 copy color: '#764281'

red 118 ◦ green 66 ◦ blue 129

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

Shades of Eminence #764281

Tints of Eminence #764281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 37.7%
G = 21.09%
B = 41.21%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#764281 (or 0x764281) is known color: Eminence. HEX triplet: 76, 42 and 81. RGB value is (118,66,129). Sum of RGB (Red+Green+Blue) = 118+66+129=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #764281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764281 is #89BD7E. Grayscale: #585858. Windows color (decimal): -9026943 or 8471158. OLE color: 8471158.

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

Color convert

RGB 118 66 129 -
CMYK 0.09 0.49 0 0.49
HSL 289.52º 0.32% 0.38% -
HSV(B) 289.52º 0.49% 0.51% -
XYZ 13.38 9.33 21.87 -
YUV 88.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 118 66 129 0.09 0.49 0 0.49 289.52 0.32 0.38
Hex 76 42 81 9 31 0 31 122 20 26
Octal 166 102 201 11 61 0 61 442 40 46
Binary 1110110 1000010 10000001 1001 110001 0 110001 100100010 100000 100110

Color Harmonies of #764281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764281

Black with #764281

Text Example


Text Example

White with #764281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764281; }

 p { color: rgb(118,66,129); }

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

background-color css

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

 a { background-color: rgb(118,66,129); }

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

border-color css

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

 span { border-color: rgb(118,66,129); }

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