Html Css Color HEX #753B6F Eminence

📋 copy color: '#753B6F'

red 117 ◦ green 59 ◦ blue 111

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

Shades of Eminence #753B6F

Tints of Eminence #753B6F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 40.77%
G = 20.56%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#753B6F (or 0x753B6F) is known color: Eminence. HEX triplet: 75, 3B and 6F. RGB value is (117,59,111). Sum of RGB (Red+Green+Blue) = 117+59+111=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #753B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B6F is #8AC490. Grayscale: #525252. Windows color (decimal): -9094289 or 7289717. OLE color: 7289717.

HSL color Cylindrical-coordinate representation of color #753B6F: hue angle of 306.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B6F is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 111 -
CMYK 0 0.50 0.05 0.54
HSL 306.21º 0.33% 0.35% -
HSV(B) 306.21º 0.5% 0.46% -
XYZ 11.77 8.06 15.97 -
YUV 82.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 117 59 111 0 0.50 0.05 0.54 306.21 0.33 0.35
Hex 75 3B 6F 0 32 5 36 132 21 23
Octal 165 73 157 0 62 5 66 462 41 43
Binary 1110101 111011 1101111 0 110010 101 110110 100110010 100001 100011

Color Harmonies of #753B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B6F

Black with #753B6F

Text Example


Text Example

White with #753B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,59,111); }

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

background-color css

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

 a { background-color: rgb(117,59,111); }

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

border-color css

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

 span { border-color: rgb(117,59,111); }

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