Html Css Color HEX #762481 Eminence

📋 copy color: '#762481'

red 118 ◦ green 36 ◦ blue 129

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

Shades of Eminence #762481

Tints of Eminence #762481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 41.7%
G = 12.72%
B = 45.58%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762481 (or 0x762481) is known color: Eminence. HEX triplet: 76, 24 and 81. RGB value is (118,36,129). Sum of RGB (Red+Green+Blue) = 118+36+129=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #762481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762481 is #89DB7E. Grayscale: #464646. Windows color (decimal): -9034623 or 8463478. OLE color: 8463478.

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

Color convert

RGB 118 36 129 -
CMYK 0.09 0.72 0 0.49
HSL 292.9º 0.56% 0.32% -
HSV(B) 292.9º 0.72% 0.51% -
XYZ 12.06 6.7 21.43 -
YUV 71.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 118 36 129 0.09 0.72 0 0.49 292.9 0.56 0.32
Hex 76 24 81 9 48 0 31 125 38 20
Octal 166 44 201 11 110 0 61 445 70 40
Binary 1110110 100100 10000001 1001 1001000 0 110001 100100101 111000 100000

Color Harmonies of #762481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762481

Black with #762481

Text Example


Text Example

White with #762481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762481; }

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

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

background-color css

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

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

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

border-color css

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

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

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