Html Css Color HEX #752480 Eminence

📋 copy color: '#752480'

red 117 ◦ green 36 ◦ blue 128

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

Shades of Eminence #752480

Tints of Eminence #752480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 41.64%
G = 12.81%
B = 45.55%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#752480 (or 0x752480) is known color: Eminence. HEX triplet: 75, 24 and 80. RGB value is (117,36,128). Sum of RGB (Red+Green+Blue) = 117+36+128=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #752480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752480 is #8ADB7F. Grayscale: #464646. Windows color (decimal): -9100160 or 8397941. OLE color: 8397941.

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

Color convert

RGB 117 36 128 -
CMYK 0.09 0.72 0 0.50
HSL 292.83º 0.56% 0.32% -
HSV(B) 292.83º 0.72% 0.5% -
XYZ 11.86 6.6 21.07 -
YUV 70.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 117 36 128 0.09 0.72 0 0.50 292.83 0.56 0.32
Hex 75 24 80 9 48 0 32 125 38 20
Octal 165 44 200 11 110 0 62 445 70 40
Binary 1110101 100100 10000000 1001 1001000 0 110010 100100101 111000 100000

Color Harmonies of #752480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752480

Black with #752480

Text Example


Text Example

White with #752480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752480; }

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

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

background-color css

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

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

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

border-color css

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

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

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