Html Css Color HEX #753A6F Eminence

📋 copy color: '#753A6F'

red 117 ◦ green 58 ◦ blue 111

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

Shades of Eminence #753A6F

Tints of Eminence #753A6F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

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

R = 40.91%
G = 20.28%
B = 38.81%

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

#753A6F (or 0x753A6F) is known color: Eminence. HEX triplet: 75, 3A and 6F. RGB value is (117,58,111). Sum of RGB (Red+Green+Blue) = 117+58+111=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6F is #8AC590. Grayscale: #515151. Windows color (decimal): -9094545 or 7289461. OLE color: 7289461.

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

Color convert

RGB 117 58 111 -
CMYK 0 0.50 0.05 0.54
HSL 306.1º 0.34% 0.34% -
HSV(B) 306.1º 0.5% 0.46% -
XYZ 11.72 7.96 15.96 -
YUV 81.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 117 58 111 0 0.50 0.05 0.54 306.1 0.34 0.34
Hex 75 3A 6F 0 32 5 36 132 22 22
Octal 165 72 157 0 62 5 66 462 42 42
Binary 1110101 111010 1101111 0 110010 101 110110 100110010 100010 100010

Color Harmonies of #753A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A6F

Black with #753A6F

Text Example


Text Example

White with #753A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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