Html Css Color HEX #753D78 Eminence

📋 copy color: '#753D78'

red 117 ◦ green 61 ◦ blue 120

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

Shades of Eminence #753D78

Tints of Eminence #753D78

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

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

R = 39.26%
G = 20.47%
B = 40.27%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753D78 (or 0x753D78) is known color: Eminence. HEX triplet: 75, 3D and 78. RGB value is (117,61,120). Sum of RGB (Red+Green+Blue) = 117+61+120=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #753D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D78 is #8AC287. Grayscale: #545454. Windows color (decimal): -9093768 or 7880053. OLE color: 7880053.

HSL color Cylindrical-coordinate representation of color #753D78: hue angle of 296.95º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753D78 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 61 120 -
CMYK 0.02 0.49 0 0.53
HSL 296.95º 0.33% 0.35% -
HSV(B) 296.95º 0.49% 0.47% -
XYZ 12.4 8.48 18.75 -
YUV 84.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 117 61 120 0.02 0.49 0 0.53 296.95 0.33 0.35
Hex 75 3D 78 2 31 0 35 129 21 23
Octal 165 75 170 2 61 0 65 451 41 43
Binary 1110101 111101 1111000 10 110001 0 110101 100101001 100001 100011

Color Harmonies of #753D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D78

Black with #753D78

Text Example


Text Example

White with #753D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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