Html Css Color HEX #753480 Eminence

📋 copy color: '#753480'

red 117 ◦ green 52 ◦ blue 128

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

Shades of Eminence #753480

Tints of Eminence #753480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 39.39%
G = 17.51%
B = 43.1%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#753480 (or 0x753480) is known color: Eminence. HEX triplet: 75, 34 and 80. RGB value is (117,52,128). Sum of RGB (Red+Green+Blue) = 117+52+128=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #753480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753480 is #8ACB7F. Grayscale: #4F4F4F. Windows color (decimal): -9096064 or 8402037. OLE color: 8402037.

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

Color convert

RGB 117 52 128 -
CMYK 0.09 0.59 0 0.50
HSL 291.32º 0.42% 0.35% -
HSV(B) 291.32º 0.59% 0.5% -
XYZ 12.46 7.8 21.27 -
YUV 80.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 117 52 128 0.09 0.59 0 0.50 291.32 0.42 0.35
Hex 75 34 80 9 3B 0 32 123 2A 23
Octal 165 64 200 11 73 0 62 443 52 43
Binary 1110101 110100 10000000 1001 111011 0 110010 100100011 101010 100011

Color Harmonies of #753480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753480

Black with #753480

Text Example


Text Example

White with #753480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753480; }

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

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

background-color css

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

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

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

border-color css

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

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

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