Html Css Color HEX #754878 Eminence

📋 copy color: '#754878'

red 117 ◦ green 72 ◦ blue 120

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

Shades of Eminence #754878

Tints of Eminence #754878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 37.86%
G = 23.3%
B = 38.83%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754878 (or 0x754878) is known color: Eminence. HEX triplet: 75, 48 and 78. RGB value is (117,72,120). Sum of RGB (Red+Green+Blue) = 117+72+120=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #754878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754878 is #8AB787. Grayscale: #5A5A5A. Windows color (decimal): -9090952 or 7882869. OLE color: 7882869.

HSL color Cylindrical-coordinate representation of color #754878: hue angle of 296.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754878 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 72 120 -
CMYK 0.02 0.40 0 0.53
HSL 296.25º 0.25% 0.38% -
HSV(B) 296.25º 0.4% 0.47% -
XYZ 13.04 9.77 18.97 -
YUV 90.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 117 72 120 0.02 0.40 0 0.53 296.25 0.25 0.38
Hex 75 48 78 2 28 0 35 128 19 26
Octal 165 110 170 2 50 0 65 450 31 46
Binary 1110101 1001000 1111000 10 101000 0 110101 100101000 11001 100110

Color Harmonies of #754878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754878

Black with #754878

Text Example


Text Example

White with #754878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754878; }

 p { color: rgb(117,72,120); }

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

background-color css

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

 a { background-color: rgb(117,72,120); }

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

border-color css

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

 span { border-color: rgb(117,72,120); }

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