Html Css Color HEX #753275 Eminence

📋 copy color: '#753275'

red 117 ◦ green 50 ◦ blue 117

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

Shades of Eminence #753275

Tints of Eminence #753275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 41.2%
G = 17.61%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#753275 (or 0x753275) is known color: Eminence. HEX triplet: 75, 32 and 75. RGB value is (117,50,117). Sum of RGB (Red+Green+Blue) = 117+50+117=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753275 is #8ACD8A. Grayscale: #4D4D4D. Windows color (decimal): -9096587 or 7680629. OLE color: 7680629.

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

Color convert

RGB 117 50 117 -
CMYK 0 0.57 0 0.54
HSL 300º 0.4% 0.33% -
HSV(B) 300º 0.57% 0.46% -
XYZ 11.69 7.35 17.63 -
YUV 77.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 117 50 117 0 0.57 0 0.54 300 0.4 0.33
Hex 75 32 75 0 39 0 36 12C 28 21
Octal 165 62 165 0 71 0 66 454 50 41
Binary 1110101 110010 1110101 0 111001 0 110110 100101100 101000 100001

Color Harmonies of #753275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753275

Black with #753275

Text Example


Text Example

White with #753275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753275; }

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

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

background-color css

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

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

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

border-color css

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

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

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