Html Css Color HEX #753080 Eminence

📋 copy color: '#753080'

red 117 ◦ green 48 ◦ blue 128

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

Shades of Eminence #753080

Tints of Eminence #753080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 39.93%
G = 16.38%
B = 43.69%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#753080 (or 0x753080) is known color: Eminence. HEX triplet: 75, 30 and 80. RGB value is (117,48,128). Sum of RGB (Red+Green+Blue) = 117+48+128=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #753080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753080 is #8ACF7F. Grayscale: #4D4D4D. Windows color (decimal): -9097088 or 8401013. OLE color: 8401013.

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

Color convert

RGB 117 48 128 -
CMYK 0.09 0.62 0 0.50
HSL 291.75º 0.45% 0.35% -
HSV(B) 291.75º 0.63% 0.5% -
XYZ 12.29 7.45 21.21 -
YUV 77.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 117 48 128 0.09 0.62 0 0.50 291.75 0.45 0.35
Hex 75 30 80 9 3E 0 32 124 2D 23
Octal 165 60 200 11 76 0 62 444 55 43
Binary 1110101 110000 10000000 1001 111110 0 110010 100100100 101101 100011

Color Harmonies of #753080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753080

Black with #753080

Text Example


Text Example

White with #753080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753080; }

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

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

background-color css

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

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

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

border-color css

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

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

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