Html Css Color HEX #752880 Eminence

📋 copy color: '#752880'

red 117 ◦ green 40 ◦ blue 128

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

Shades of Eminence #752880

Tints of Eminence #752880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

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

R = 41.05%
G = 14.04%
B = 44.91%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#752880 (or 0x752880) is known color: Eminence. HEX triplet: 75, 28 and 80. RGB value is (117,40,128). Sum of RGB (Red+Green+Blue) = 117+40+128=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #752880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752880 is #8AD77F. Grayscale: #484848. Windows color (decimal): -9099136 or 8398965. OLE color: 8398965.

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

Color convert

RGB 117 40 128 -
CMYK 0.09 0.69 0 0.50
HSL 292.5º 0.52% 0.33% -
HSV(B) 292.5º 0.69% 0.5% -
XYZ 11.99 6.86 21.11 -
YUV 73.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 117 40 128 0.09 0.69 0 0.50 292.5 0.52 0.33
Hex 75 28 80 9 45 0 32 124 34 21
Octal 165 50 200 11 105 0 62 444 64 41
Binary 1110101 101000 10000000 1001 1000101 0 110010 100100100 110100 100001

Color Harmonies of #752880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752880

Black with #752880

Text Example


Text Example

White with #752880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752880; }

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

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

background-color css

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

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

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

border-color css

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

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

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