Html Css Color HEX #753477 Eminence

📋 copy color: '#753477'

red 117 ◦ green 52 ◦ blue 119

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

Shades of Eminence #753477

Tints of Eminence #753477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 40.63%
G = 18.06%
B = 41.32%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753477 (or 0x753477) is known color: Eminence. HEX triplet: 75, 34 and 77. RGB value is (117,52,119). Sum of RGB (Red+Green+Blue) = 117+52+119=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #753477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753477 is #8ACB88. Grayscale: #4E4E4E. Windows color (decimal): -9096073 or 7812213. OLE color: 7812213.

HSL color Cylindrical-coordinate representation of color #753477: hue angle of 298.21º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753477 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 52 119 -
CMYK 0.02 0.56 0 0.53
HSL 298.21º 0.39% 0.34% -
HSV(B) 298.21º 0.56% 0.47% -
XYZ 11.89 7.57 18.29 -
YUV 79.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 117 52 119 0.02 0.56 0 0.53 298.21 0.39 0.34
Hex 75 34 77 2 38 0 35 12A 27 22
Octal 165 64 167 2 70 0 65 452 47 42
Binary 1110101 110100 1110111 10 111000 0 110101 100101010 100111 100010

Color Harmonies of #753477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753477

Black with #753477

Text Example


Text Example

White with #753477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753477; }

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

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

background-color css

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

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

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

border-color css

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

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

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