Html Css Color HEX #753570 Eminence

📋 copy color: '#753570'

red 117 ◦ green 53 ◦ blue 112

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

Shades of Eminence #753570

Tints of Eminence #753570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 41.49%
G = 18.79%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#753570 (or 0x753570) is known color: Eminence. HEX triplet: 75, 35 and 70. RGB value is (117,53,112). Sum of RGB (Red+Green+Blue) = 117+53+112=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753570 is #8ACA8F. Grayscale: #4E4E4E. Windows color (decimal): -9095824 or 7353717. OLE color: 7353717.

HSL color Cylindrical-coordinate representation of color #753570: hue angle of 304.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753570 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 112 -
CMYK 0 0.55 0.04 0.54
HSL 304.69º 0.38% 0.33% -
HSV(B) 304.69º 0.55% 0.46% -
XYZ 11.53 7.5 16.17 -
YUV 78.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 117 53 112 0 0.55 0.04 0.54 304.69 0.38 0.33
Hex 75 35 70 0 37 4 36 131 26 21
Octal 165 65 160 0 67 4 66 461 46 41
Binary 1110101 110101 1110000 0 110111 100 110110 100110001 100110 100001

Color Harmonies of #753570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753570

Black with #753570

Text Example


Text Example

White with #753570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753570; }

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

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

background-color css

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

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

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

border-color css

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

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

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