Html Css Color HEX #753A6C Eminence

📋 copy color: '#753A6C'

red 117 ◦ green 58 ◦ blue 108

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

Shades of Eminence #753A6C

Tints of Eminence #753A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 41.34%
G = 20.49%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#753A6C (or 0x753A6C) is known color: Eminence. HEX triplet: 75, 3A and 6C. RGB value is (117,58,108). Sum of RGB (Red+Green+Blue) = 117+58+108=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A6C is #8AC593. Grayscale: #515151. Windows color (decimal): -9094548 or 7092853. OLE color: 7092853.

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

Color convert

RGB 117 58 108 -
CMYK 0 0.50 0.08 0.54
HSL 309.15º 0.34% 0.34% -
HSV(B) 309.15º 0.5% 0.46% -
XYZ 11.56 7.89 15.1 -
YUV 81.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 117 58 108 0 0.50 0.08 0.54 309.15 0.34 0.34
Hex 75 3A 6C 0 32 8 36 135 22 22
Octal 165 72 154 0 62 10 66 465 42 42
Binary 1110101 111010 1101100 0 110010 1000 110110 100110101 100010 100010

Color Harmonies of #753A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A6C

Black with #753A6C

Text Example


Text Example

White with #753A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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