Html Css Color HEX #752780 Eminence

📋 copy color: '#752780'

red 117 ◦ green 39 ◦ blue 128

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

Shades of Eminence #752780

Tints of Eminence #752780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 41.2%
G = 13.73%
B = 45.07%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#752780 (or 0x752780) is known color: Eminence. HEX triplet: 75, 27 and 80. RGB value is (117,39,128). Sum of RGB (Red+Green+Blue) = 117+39+128=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #752780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752780 is #8AD87F. Grayscale: #484848. Windows color (decimal): -9099392 or 8398709. OLE color: 8398709.

HSL color Cylindrical-coordinate representation of color #752780: hue angle of 292.58º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752780 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 39 128 -
CMYK 0.09 0.70 0 0.50
HSL 292.58º 0.53% 0.33% -
HSV(B) 292.58º 0.7% 0.5% -
XYZ 11.96 6.79 21.1 -
YUV 72.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 117 39 128 0.09 0.70 0 0.50 292.58 0.53 0.33
Hex 75 27 80 9 46 0 32 125 35 21
Octal 165 47 200 11 106 0 62 445 65 41
Binary 1110101 100111 10000000 1001 1000110 0 110010 100100101 110101 100001

Color Harmonies of #752780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752780

Black with #752780

Text Example


Text Example

White with #752780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752780; }

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

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

background-color css

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

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

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

border-color css

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

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

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