Html Css Color HEX #753F77 Eminence

📋 copy color: '#753F77'

red 117 ◦ green 63 ◦ blue 119

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

Shades of Eminence #753F77

Tints of Eminence #753F77

RGB

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

 GREEN value IS 63 (25% from 255) = 21.07%

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 39.13%
G = 21.07%
B = 39.8%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753F77 (or 0x753F77) is known color: Eminence. HEX triplet: 75, 3F and 77. RGB value is (117,63,119). Sum of RGB (Red+Green+Blue) = 117+63+119=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #753F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753F77 is #8AC088. Grayscale: #555555. Windows color (decimal): -9093257 or 7815029. OLE color: 7815029.

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

Color convert

RGB 117 63 119 -
CMYK 0.02 0.47 0 0.53
HSL 297.86º 0.31% 0.36% -
HSV(B) 297.86º 0.47% 0.47% -
XYZ 12.44 8.67 18.47 -
YUV 85.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 117 63 119 0.02 0.47 0 0.53 297.86 0.31 0.36
Hex 75 3F 77 2 2F 0 35 12A 1F 24
Octal 165 77 167 2 57 0 65 452 37 44
Binary 1110101 111111 1110111 10 101111 0 110101 100101010 11111 100100

Color Harmonies of #753F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F77

Black with #753F77

Text Example


Text Example

White with #753F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,63,119); }

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

background-color css

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

 a { background-color: rgb(117,63,119); }

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

border-color css

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

 span { border-color: rgb(117,63,119); }

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