Html Css Color HEX #753370 Eminence

📋 copy color: '#753370'

red 117 ◦ green 51 ◦ blue 112

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

Shades of Eminence #753370

Tints of Eminence #753370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 41.79%
G = 18.21%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#753370 (or 0x753370) is known color: Eminence. HEX triplet: 75, 33 and 70. RGB value is (117,51,112). Sum of RGB (Red+Green+Blue) = 117+51+112=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #753370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753370 is #8ACC8F. Grayscale: #4D4D4D. Windows color (decimal): -9096336 or 7353205. OLE color: 7353205.

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

Color convert

RGB 117 51 112 -
CMYK 0 0.56 0.04 0.54
HSL 304.55º 0.39% 0.33% -
HSV(B) 304.55º 0.56% 0.46% -
XYZ 11.44 7.32 16.14 -
YUV 77.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 117 51 112 0 0.56 0.04 0.54 304.55 0.39 0.33
Hex 75 33 70 0 38 4 36 131 27 21
Octal 165 63 160 0 70 4 66 461 47 41
Binary 1110101 110011 1110000 0 111000 100 110110 100110001 100111 100001

Color Harmonies of #753370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753370

Black with #753370

Text Example


Text Example

White with #753370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753370; }

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

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

background-color css

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

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

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

border-color css

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

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

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