Html Css Color HEX #753B6D Eminence

📋 copy color: '#753B6D'

red 117 ◦ green 59 ◦ blue 109

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

Shades of Eminence #753B6D

Tints of Eminence #753B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 41.05%
G = 20.7%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#753B6D (or 0x753B6D) is known color: Eminence. HEX triplet: 75, 3B and 6D. RGB value is (117,59,109). Sum of RGB (Red+Green+Blue) = 117+59+109=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B6D is #8AC492. Grayscale: #515151. Windows color (decimal): -9094291 or 7158645. OLE color: 7158645.

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

Color convert

RGB 117 59 109 -
CMYK 0 0.50 0.07 0.54
HSL 308.28º 0.33% 0.35% -
HSV(B) 308.28º 0.5% 0.46% -
XYZ 11.66 8.01 15.4 -
YUV 82.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 117 59 109 0 0.50 0.07 0.54 308.28 0.33 0.35
Hex 75 3B 6D 0 32 7 36 134 21 23
Octal 165 73 155 0 62 7 66 464 41 43
Binary 1110101 111011 1101101 0 110010 111 110110 100110100 100001 100011

Color Harmonies of #753B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B6D

Black with #753B6D

Text Example


Text Example

White with #753B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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