Html Css Color HEX #762681 Eminence

📋 copy color: '#762681'

red 118 ◦ green 38 ◦ blue 129

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

Shades of Eminence #762681

Tints of Eminence #762681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

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

R = 41.4%
G = 13.33%
B = 45.26%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762681 (or 0x762681) is known color: Eminence. HEX triplet: 76, 26 and 81. RGB value is (118,38,129). Sum of RGB (Red+Green+Blue) = 118+38+129=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #762681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762681 is #89D97E. Grayscale: #484848. Windows color (decimal): -9034111 or 8463990. OLE color: 8463990.

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

Color convert

RGB 118 38 129 -
CMYK 0.09 0.71 0 0.49
HSL 292.75º 0.54% 0.33% -
HSV(B) 292.75º 0.71% 0.51% -
XYZ 12.13 6.82 21.45 -
YUV 72.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 118 38 129 0.09 0.71 0 0.49 292.75 0.54 0.33
Hex 76 26 81 9 47 0 31 125 36 21
Octal 166 46 201 11 107 0 61 445 66 41
Binary 1110110 100110 10000001 1001 1000111 0 110001 100100101 110110 100001

Color Harmonies of #762681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762681

Black with #762681

Text Example


Text Example

White with #762681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762681; }

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

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

background-color css

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

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

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

border-color css

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

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

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