Html Css Color HEX #754180 Eminence

📋 copy color: '#754180'

red 117 ◦ green 65 ◦ blue 128

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

Shades of Eminence #754180

Tints of Eminence #754180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 37.74%
G = 20.97%
B = 41.29%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#754180 (or 0x754180) is known color: Eminence. HEX triplet: 75, 41 and 80. RGB value is (117,65,128). Sum of RGB (Red+Green+Blue) = 117+65+128=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #754180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754180 is #8ABE7F. Grayscale: #575757. Windows color (decimal): -9092736 or 8405365. OLE color: 8405365.

HSL color Cylindrical-coordinate representation of color #754180: hue angle of 289.52º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754180 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 65 128 -
CMYK 0.09 0.49 0 0.50
HSL 289.52º 0.33% 0.38% -
HSV(B) 289.52º 0.49% 0.5% -
XYZ 13.12 9.12 21.49 -
YUV 87.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 117 65 128 0.09 0.49 0 0.50 289.52 0.33 0.38
Hex 75 41 80 9 31 0 32 122 21 26
Octal 165 101 200 11 61 0 62 442 41 46
Binary 1110101 1000001 10000000 1001 110001 0 110010 100100010 100001 100110

Color Harmonies of #754180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754180

Black with #754180

Text Example


Text Example

White with #754180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754180; }

 p { color: rgb(117,65,128); }

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

background-color css

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

 a { background-color: rgb(117,65,128); }

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

border-color css

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

 span { border-color: rgb(117,65,128); }

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