Html Css Color HEX #763470 Eminence

📋 copy color: '#763470'

red 118 ◦ green 52 ◦ blue 112

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

Shades of Eminence #763470

Tints of Eminence #763470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 41.84%
G = 18.44%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#763470 (or 0x763470) is known color: Eminence. HEX triplet: 76, 34 and 70. RGB value is (118,52,112). Sum of RGB (Red+Green+Blue) = 118+52+112=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #763470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763470 is #89CB8F. Grayscale: #4E4E4E. Windows color (decimal): -9030544 or 7353462. OLE color: 7353462.

HSL color Cylindrical-coordinate representation of color #763470: hue angle of 305.45º 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 #763470 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 52 112 -
CMYK 0 0.56 0.05 0.54
HSL 305.45º 0.39% 0.33% -
HSV(B) 305.45º 0.56% 0.46% -
XYZ 11.62 7.48 16.16 -
YUV 78.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 118 52 112 0 0.56 0.05 0.54 305.45 0.39 0.33
Hex 76 34 70 0 38 5 36 131 27 21
Octal 166 64 160 0 70 5 66 461 47 41
Binary 1110110 110100 1110000 0 111000 101 110110 100110001 100111 100001

Color Harmonies of #763470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763470

Black with #763470

Text Example


Text Example

White with #763470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763470; }

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

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

background-color css

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

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

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

border-color css

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

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

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