Html Css Color HEX #753575 Eminence

📋 copy color: '#753575'

red 117 ◦ green 53 ◦ blue 117

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

Shades of Eminence #753575

Tints of Eminence #753575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 40.77%
G = 18.47%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#753575 (or 0x753575) is known color: Eminence. HEX triplet: 75, 35 and 75. RGB value is (117,53,117). Sum of RGB (Red+Green+Blue) = 117+53+117=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753575 is #8ACA8A. Grayscale: #4F4F4F. Windows color (decimal): -9095819 or 7681397. OLE color: 7681397.

HSL color Cylindrical-coordinate representation of color #753575: hue angle of 300º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753575 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 117 -
CMYK 0 0.55 0 0.54
HSL 300º 0.38% 0.33% -
HSV(B) 300º 0.55% 0.46% -
XYZ 11.82 7.61 17.68 -
YUV 79.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 117 53 117 0 0.55 0 0.54 300 0.38 0.33
Hex 75 35 75 0 37 0 36 12C 26 21
Octal 165 65 165 0 67 0 66 454 46 41
Binary 1110101 110101 1110101 0 110111 0 110110 100101100 100110 100001

Color Harmonies of #753575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753575

Black with #753575

Text Example


Text Example

White with #753575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753575; }

 p { color: rgb(117,53,117); }

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

background-color css

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

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

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

border-color css

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

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

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