Html Css Color HEX #753B72 Eminence

📋 copy color: '#753B72'

red 117 ◦ green 59 ◦ blue 114

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

Shades of Eminence #753B72

Tints of Eminence #753B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 40.34%
G = 20.34%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753B72 (or 0x753B72) is known color: Eminence. HEX triplet: 75, 3B and 72. RGB value is (117,59,114). Sum of RGB (Red+Green+Blue) = 117+59+114=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #753B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B72 is #8AC48D. Grayscale: #525252. Windows color (decimal): -9094286 or 7486325. OLE color: 7486325.

HSL color Cylindrical-coordinate representation of color #753B72: hue angle of 303.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B72 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 114 -
CMYK 0 0.50 0.03 0.54
HSL 303.1º 0.33% 0.35% -
HSV(B) 303.1º 0.5% 0.46% -
XYZ 11.94 8.12 16.86 -
YUV 82.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 117 59 114 0 0.50 0.03 0.54 303.1 0.33 0.35
Hex 75 3B 72 0 32 3 36 12F 21 23
Octal 165 73 162 0 62 3 66 457 41 43
Binary 1110101 111011 1110010 0 110010 11 110110 100101111 100001 100011

Color Harmonies of #753B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B72

Black with #753B72

Text Example


Text Example

White with #753B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B72; }

 p { color: rgb(117,59,114); }

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

background-color css

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

 a { background-color: rgb(117,59,114); }

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

border-color css

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

 span { border-color: rgb(117,59,114); }

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