Html Css Color HEX #752380 Eminence

📋 copy color: '#752380'

red 117 ◦ green 35 ◦ blue 128

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

Shades of Eminence #752380

Tints of Eminence #752380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

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

R = 41.79%
G = 12.5%
B = 45.71%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#752380 (or 0x752380) is known color: Eminence. HEX triplet: 75, 23 and 80. RGB value is (117,35,128). Sum of RGB (Red+Green+Blue) = 117+35+128=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #752380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752380 is #8ADC7F. Grayscale: #454545. Windows color (decimal): -9100416 or 8397685. OLE color: 8397685.

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

Color convert

RGB 117 35 128 -
CMYK 0.09 0.73 0 0.50
HSL 292.9º 0.57% 0.32% -
HSV(B) 292.9º 0.73% 0.5% -
XYZ 11.83 6.54 21.06 -
YUV 70.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 117 35 128 0.09 0.73 0 0.50 292.9 0.57 0.32
Hex 75 23 80 9 49 0 32 125 39 20
Octal 165 43 200 11 111 0 62 445 71 40
Binary 1110101 100011 10000000 1001 1001001 0 110010 100100101 111001 100000

Color Harmonies of #752380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752380

Black with #752380

Text Example


Text Example

White with #752380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752380; }

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

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

background-color css

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

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

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

border-color css

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

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

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