Html Css Color HEX #753C6F Eminence

📋 copy color: '#753C6F'

red 117 ◦ green 60 ◦ blue 111

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

Shades of Eminence #753C6F

Tints of Eminence #753C6F

RGB

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

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

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

R = 40.63%
G = 20.83%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#753C6F (or 0x753C6F) is known color: Eminence. HEX triplet: 75, 3C and 6F. RGB value is (117,60,111). Sum of RGB (Red+Green+Blue) = 117+60+111=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #753C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C6F is #8AC390. Grayscale: #525252. Windows color (decimal): -9094033 or 7289973. OLE color: 7289973.

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

Color convert

RGB 117 60 111 -
CMYK 0 0.49 0.05 0.54
HSL 306.32º 0.32% 0.35% -
HSV(B) 306.32º 0.49% 0.46% -
XYZ 11.82 8.16 15.99 -
YUV 82.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 117 60 111 0 0.49 0.05 0.54 306.32 0.32 0.35
Hex 75 3C 6F 0 31 5 36 132 20 23
Octal 165 74 157 0 61 5 66 462 40 43
Binary 1110101 111100 1101111 0 110001 101 110110 100110010 100000 100011

Color Harmonies of #753C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C6F

Black with #753C6F

Text Example


Text Example

White with #753C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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