Html Css Color HEX #753470 Eminence

📋 copy color: '#753470'

red 117 ◦ green 52 ◦ blue 112

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

Shades of Eminence #753470

Tints of Eminence #753470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 41.64%
G = 18.51%
B = 39.86%

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

#753470 (or 0x753470) is known color: Eminence. HEX triplet: 75, 34 and 70. RGB value is (117,52,112). Sum of RGB (Red+Green+Blue) = 117+52+112=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753470 is #8ACB8F. Grayscale: #4E4E4E. Windows color (decimal): -9096080 or 7353461. OLE color: 7353461.

HSL color Cylindrical-coordinate representation of color #753470: hue angle of 304.62º degrees, saturation: 0.38, 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 #753470 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 112 -
CMYK 0 0.56 0.04 0.54
HSL 304.62º 0.38% 0.33% -
HSV(B) 304.62º 0.56% 0.46% -
XYZ 11.49 7.41 16.15 -
YUV 78.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 117 52 112 0 0.56 0.04 0.54 304.62 0.38 0.33
Hex 75 34 70 0 38 4 36 131 26 21
Octal 165 64 160 0 70 4 66 461 46 41
Binary 1110101 110100 1110000 0 111000 100 110110 100110001 100110 100001

Color Harmonies of #753470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753470

Black with #753470

Text Example


Text Example

White with #753470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753470; }

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

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

background-color css

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

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

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

border-color css

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

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

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