Html Css Color HEX #753181 Eminence

📋 copy color: '#753181'

red 117 ◦ green 49 ◦ blue 129

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

Shades of Eminence #753181

Tints of Eminence #753181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 39.66%
G = 16.61%
B = 43.73%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#753181 (or 0x753181) is known color: Eminence. HEX triplet: 75, 31 and 81. RGB value is (117,49,129). Sum of RGB (Red+Green+Blue) = 117+49+129=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #753181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753181 is #8ACE7E. Grayscale: #4E4E4E. Windows color (decimal): -9096831 or 8466805. OLE color: 8466805.

HSL color Cylindrical-coordinate representation of color #753181: hue angle of 291º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753181 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 49 129 -
CMYK 0.09 0.62 0 0.49
HSL 291º 0.45% 0.35% -
HSV(B) 291º 0.62% 0.51% -
XYZ 12.4 7.56 21.58 -
YUV 78.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 117 49 129 0.09 0.62 0 0.49 291 0.45 0.35
Hex 75 31 81 9 3E 0 31 123 2D 23
Octal 165 61 201 11 76 0 61 443 55 43
Binary 1110101 110001 10000001 1001 111110 0 110001 100100011 101101 100011

Color Harmonies of #753181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753181

Black with #753181

Text Example


Text Example

White with #753181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753181; }

 p { color: rgb(117,49,129); }

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

background-color css

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

 a { background-color: rgb(117,49,129); }

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

border-color css

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

 span { border-color: rgb(117,49,129); }

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