Html Css Color HEX #753C70 Eminence

📋 copy color: '#753C70'

red 117 ◦ green 60 ◦ blue 112

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

Shades of Eminence #753C70

Tints of Eminence #753C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

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

R = 40.48%
G = 20.76%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#753C70 (or 0x753C70) is known color: Eminence. HEX triplet: 75, 3C and 70. RGB value is (117,60,112). Sum of RGB (Red+Green+Blue) = 117+60+112=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #753C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C70 is #8AC38F. Grayscale: #525252. Windows color (decimal): -9094032 or 7355509. OLE color: 7355509.

HSL color Cylindrical-coordinate representation of color #753C70: hue angle of 305.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C70 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 112 -
CMYK 0 0.49 0.04 0.54
HSL 305.26º 0.32% 0.35% -
HSV(B) 305.26º 0.49% 0.46% -
XYZ 11.88 8.18 16.28 -
YUV 82.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 117 60 112 0 0.49 0.04 0.54 305.26 0.32 0.35
Hex 75 3C 70 0 31 4 36 131 20 23
Octal 165 74 160 0 61 4 66 461 40 43
Binary 1110101 111100 1110000 0 110001 100 110110 100110001 100000 100011

Color Harmonies of #753C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C70

Black with #753C70

Text Example


Text Example

White with #753C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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