Html Css Color HEX #753C80 Eminence

📋 copy color: '#753C80'

red 117 ◦ green 60 ◦ blue 128

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

Shades of Eminence #753C80

Tints of Eminence #753C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 38.36%
G = 19.67%
B = 41.97%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#753C80 (or 0x753C80) is known color: Eminence. HEX triplet: 75, 3C and 80. RGB value is (117,60,128). Sum of RGB (Red+Green+Blue) = 117+60+128=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #753C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753C80 is #8AC37F. Grayscale: #545454. Windows color (decimal): -9094016 or 8404085. OLE color: 8404085.

HSL color Cylindrical-coordinate representation of color #753C80: hue angle of 290.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753C80 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 60 128 -
CMYK 0.09 0.53 0 0.50
HSL 290.29º 0.36% 0.37% -
HSV(B) 290.29º 0.53% 0.5% -
XYZ 12.85 8.57 21.4 -
YUV 84.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 117 60 128 0.09 0.53 0 0.50 290.29 0.36 0.37
Hex 75 3C 80 9 35 0 32 122 24 25
Octal 165 74 200 11 65 0 62 442 44 45
Binary 1110101 111100 10000000 1001 110101 0 110010 100100010 100100 100101

Color Harmonies of #753C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C80

Black with #753C80

Text Example


Text Example

White with #753C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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