Html Css Color HEX #753B6E Eminence

📋 copy color: '#753B6E'

red 117 ◦ green 59 ◦ blue 110

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

Shades of Eminence #753B6E

Tints of Eminence #753B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 40.91%
G = 20.63%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#753B6E (or 0x753B6E) is known color: Eminence. HEX triplet: 75, 3B and 6E. RGB value is (117,59,110). Sum of RGB (Red+Green+Blue) = 117+59+110=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #753B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B6E is #8AC491. Grayscale: #525252. Windows color (decimal): -9094290 or 7224181. OLE color: 7224181.

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

Color convert

RGB 117 59 110 -
CMYK 0 0.50 0.06 0.54
HSL 307.24º 0.33% 0.35% -
HSV(B) 307.24º 0.5% 0.46% -
XYZ 11.71 8.04 15.69 -
YUV 82.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 117 59 110 0 0.50 0.06 0.54 307.24 0.33 0.35
Hex 75 3B 6E 0 32 6 36 133 21 23
Octal 165 73 156 0 62 6 66 463 41 43
Binary 1110101 111011 1101110 0 110010 110 110110 100110011 100001 100011

Color Harmonies of #753B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B6E

Black with #753B6E

Text Example


Text Example

White with #753B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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