Html Css Color HEX #753079 Eminence

📋 copy color: '#753079'

red 117 ◦ green 48 ◦ blue 121

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

Shades of Eminence #753079

Tints of Eminence #753079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 40.91%
G = 16.78%
B = 42.31%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753079 (or 0x753079) is known color: Eminence. HEX triplet: 75, 30 and 79. RGB value is (117,48,121). Sum of RGB (Red+Green+Blue) = 117+48+121=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #753079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753079 is #8ACF86. Grayscale: #4C4C4C. Windows color (decimal): -9097095 or 7942261. OLE color: 7942261.

HSL color Cylindrical-coordinate representation of color #753079: hue angle of 296.71º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753079 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 48 121 -
CMYK 0.03 0.60 0 0.53
HSL 296.71º 0.43% 0.33% -
HSV(B) 296.71º 0.6% 0.47% -
XYZ 11.84 7.28 18.87 -
YUV 76.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 117 48 121 0.03 0.60 0 0.53 296.71 0.43 0.33
Hex 75 30 79 3 3C 0 35 129 2B 21
Octal 165 60 171 3 74 0 65 451 53 41
Binary 1110101 110000 1111001 11 111100 0 110101 100101001 101011 100001

Color Harmonies of #753079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753079

Black with #753079

Text Example


Text Example

White with #753079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753079; }

 p { color: rgb(117,48,121); }

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

background-color css

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

 a { background-color: rgb(117,48,121); }

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

border-color css

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

 span { border-color: rgb(117,48,121); }

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