Html Css Color HEX #752680 Eminence

📋 copy color: '#752680'

red 117 ◦ green 38 ◦ blue 128

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

Shades of Eminence #752680

Tints of Eminence #752680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 41.34%
G = 13.43%
B = 45.23%

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

#752680 (or 0x752680) is known color: Eminence. HEX triplet: 75, 26 and 80. RGB value is (117,38,128). Sum of RGB (Red+Green+Blue) = 117+38+128=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #752680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752680 is #8AD97F. Grayscale: #474747. Windows color (decimal): -9099648 or 8398453. OLE color: 8398453.

HSL color Cylindrical-coordinate representation of color #752680: hue angle of 292.67º degrees, saturation: 0.54, 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 #752680 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 38 128 -
CMYK 0.09 0.70 0 0.50
HSL 292.67º 0.54% 0.33% -
HSV(B) 292.67º 0.7% 0.5% -
XYZ 11.93 6.73 21.09 -
YUV 71.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 117 38 128 0.09 0.70 0 0.50 292.67 0.54 0.33
Hex 75 26 80 9 46 0 32 125 36 21
Octal 165 46 200 11 106 0 62 445 66 41
Binary 1110101 100110 10000000 1001 1000110 0 110010 100100101 110110 100001

Color Harmonies of #752680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752680

Black with #752680

Text Example


Text Example

White with #752680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752680; }

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

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

background-color css

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

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

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

border-color css

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

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

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