Html Css Color HEX #753680 Eminence

📋 copy color: '#753680'

red 117 ◦ green 54 ◦ blue 128

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

Shades of Eminence #753680

Tints of Eminence #753680

RGB

 RED value IS 117 (46.09% from 255) = 39.13%

 GREEN value IS 54 (21.48% from 255) = 18.06%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 39.13%
G = 18.06%
B = 42.81%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#753680 (or 0x753680) is known color: Eminence. HEX triplet: 75, 36 and 80. RGB value is (117,54,128). Sum of RGB (Red+Green+Blue) = 117+54+128=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #753680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753680 is #8AC97F. Grayscale: #515151. Windows color (decimal): -9095552 or 8402549. OLE color: 8402549.

HSL color Cylindrical-coordinate representation of color #753680: hue angle of 291.08º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753680 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 54 128 -
CMYK 0.09 0.58 0 0.50
HSL 291.08º 0.41% 0.36% -
HSV(B) 291.08º 0.58% 0.5% -
XYZ 12.55 7.98 21.3 -
YUV 81.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 117 54 128 0.09 0.58 0 0.50 291.08 0.41 0.36
Hex 75 36 80 9 3A 0 32 123 29 24
Octal 165 66 200 11 72 0 62 443 51 44
Binary 1110101 110110 10000000 1001 111010 0 110010 100100011 101001 100100

Color Harmonies of #753680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753680

Black with #753680

Text Example


Text Example

White with #753680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753680; }

 p { color: rgb(117,54,128); }

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

background-color css

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

 a { background-color: rgb(117,54,128); }

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

border-color css

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

 span { border-color: rgb(117,54,128); }

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