Html Css Color HEX #753580 Eminence

📋 copy color: '#753580'

red 117 ◦ green 53 ◦ blue 128

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

Shades of Eminence #753580

Tints of Eminence #753580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

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

R = 39.26%
G = 17.79%
B = 42.95%

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

#753580 (or 0x753580) is known color: Eminence. HEX triplet: 75, 35 and 80. RGB value is (117,53,128). Sum of RGB (Red+Green+Blue) = 117+53+128=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #753580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753580 is #8ACA7F. Grayscale: #505050. Windows color (decimal): -9095808 or 8402293. OLE color: 8402293.

HSL color Cylindrical-coordinate representation of color #753580: hue angle of 291.2º degrees, saturation: 0.41, 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 #753580 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 53 128 -
CMYK 0.09 0.59 0 0.50
HSL 291.2º 0.41% 0.35% -
HSV(B) 291.2º 0.59% 0.5% -
XYZ 12.51 7.89 21.29 -
YUV 80.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 117 53 128 0.09 0.59 0 0.50 291.2 0.41 0.35
Hex 75 35 80 9 3B 0 32 123 29 23
Octal 165 65 200 11 73 0 62 443 51 43
Binary 1110101 110101 10000000 1001 111011 0 110010 100100011 101001 100011

Color Harmonies of #753580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753580

Black with #753580

Text Example


Text Example

White with #753580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753580; }

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

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

background-color css

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

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

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

border-color css

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

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

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