Html Css Color HEX #763472 Eminence

📋 copy color: '#763472'

red 118 ◦ green 52 ◦ blue 114

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

Shades of Eminence #763472

Tints of Eminence #763472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 41.55%
G = 18.31%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#763472 (or 0x763472) is known color: Eminence. HEX triplet: 76, 34 and 72. RGB value is (118,52,114). Sum of RGB (Red+Green+Blue) = 118+52+114=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #763472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763472 is #89CB8D. Grayscale: #4E4E4E. Windows color (decimal): -9030542 or 7484534. OLE color: 7484534.

HSL color Cylindrical-coordinate representation of color #763472: hue angle of 303.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763472 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 114 -
CMYK 0 0.56 0.03 0.54
HSL 303.64º 0.39% 0.33% -
HSV(B) 303.64º 0.56% 0.46% -
XYZ 11.74 7.52 16.75 -
YUV 78.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 118 52 114 0 0.56 0.03 0.54 303.64 0.39 0.33
Hex 76 34 72 0 38 3 36 130 27 21
Octal 166 64 162 0 70 3 66 460 47 41
Binary 1110110 110100 1110010 0 111000 11 110110 100110000 100111 100001

Color Harmonies of #763472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763472

Black with #763472

Text Example


Text Example

White with #763472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763472; }

 p { color: rgb(118,52,114); }

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

background-color css

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

 a { background-color: rgb(118,52,114); }

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

border-color css

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

 span { border-color: rgb(118,52,114); }

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