Html Css Color HEX #753C6B Eminence

📋 copy color: '#753C6B'

red 117 ◦ green 60 ◦ blue 107

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

Shades of Eminence #753C6B

Tints of Eminence #753C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 41.2%
G = 21.13%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#753C6B (or 0x753C6B) is known color: Eminence. HEX triplet: 75, 3C and 6B. RGB value is (117,60,107). Sum of RGB (Red+Green+Blue) = 117+60+107=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #753C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C6B is #8AC394. Grayscale: #525252. Windows color (decimal): -9094037 or 7027829. OLE color: 7027829.

HSL color Cylindrical-coordinate representation of color #753C6B: hue angle of 310.53º 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 #753C6B is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 107 -
CMYK 0 0.49 0.09 0.54
HSL 310.53º 0.32% 0.35% -
HSV(B) 310.53º 0.49% 0.46% -
XYZ 11.61 8.08 14.86 -
YUV 82.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 117 60 107 0 0.49 0.09 0.54 310.53 0.32 0.35
Hex 75 3C 6B 0 31 9 36 137 20 23
Octal 165 74 153 0 61 11 66 467 40 43
Binary 1110101 111100 1101011 0 110001 1001 110110 100110111 100000 100011

Color Harmonies of #753C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C6B

Black with #753C6B

Text Example


Text Example

White with #753C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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