Html Css Color HEX #753271 Eminence

📋 copy color: '#753271'

red 117 ◦ green 50 ◦ blue 113

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

Shades of Eminence #753271

Tints of Eminence #753271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 41.79%
G = 17.86%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753271 (or 0x753271) is known color: Eminence. HEX triplet: 75, 32 and 71. RGB value is (117,50,113). Sum of RGB (Red+Green+Blue) = 117+50+113=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #753271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753271 is #8ACD8E. Grayscale: #4D4D4D. Windows color (decimal): -9096591 or 7418485. OLE color: 7418485.

HSL color Cylindrical-coordinate representation of color #753271: hue angle of 303.58º 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 #753271 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 113 -
CMYK 0 0.57 0.03 0.54
HSL 303.58º 0.4% 0.33% -
HSV(B) 303.58º 0.57% 0.46% -
XYZ 11.46 7.26 16.42 -
YUV 77.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 117 50 113 0 0.57 0.03 0.54 303.58 0.4 0.33
Hex 75 32 71 0 39 3 36 130 28 21
Octal 165 62 161 0 71 3 66 460 50 41
Binary 1110101 110010 1110001 0 111001 11 110110 100110000 101000 100001

Color Harmonies of #753271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753271

Black with #753271

Text Example


Text Example

White with #753271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753271; }

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

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

background-color css

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

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

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

border-color css

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

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

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