Html Css Color HEX #753E70 Eminence

📋 copy color: '#753E70'

red 117 ◦ green 62 ◦ blue 112

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

Shades of Eminence #753E70

Tints of Eminence #753E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 40.21%
G = 21.31%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#753E70 (or 0x753E70) is known color: Eminence. HEX triplet: 75, 3E and 70. RGB value is (117,62,112). Sum of RGB (Red+Green+Blue) = 117+62+112=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #753E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E70 is #8AC18F. Grayscale: #545454. Windows color (decimal): -9093520 or 7356021. OLE color: 7356021.

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

Color convert

RGB 117 62 112 -
CMYK 0 0.47 0.04 0.54
HSL 305.45º 0.31% 0.35% -
HSV(B) 305.45º 0.47% 0.46% -
XYZ 11.98 8.4 16.32 -
YUV 84.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 117 62 112 0 0.47 0.04 0.54 305.45 0.31 0.35
Hex 75 3E 70 0 2F 4 36 131 1F 23
Octal 165 76 160 0 57 4 66 461 37 43
Binary 1110101 111110 1110000 0 101111 100 110110 100110001 11111 100011

Color Harmonies of #753E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E70

Black with #753E70

Text Example


Text Example

White with #753E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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