Html Css Color HEX #753472 Eminence

📋 copy color: '#753472'

red 117 ◦ green 52 ◦ blue 114

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

Shades of Eminence #753472

Tints of Eminence #753472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 41.34%
G = 18.37%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753472 (or 0x753472) is known color: Eminence. HEX triplet: 75, 34 and 72. RGB value is (117,52,114). Sum of RGB (Red+Green+Blue) = 117+52+114=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753472 is #8ACB8D. Grayscale: #4E4E4E. Windows color (decimal): -9096078 or 7484533. OLE color: 7484533.

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

Color convert

RGB 117 52 114 -
CMYK 0 0.56 0.03 0.54
HSL 302.77º 0.38% 0.33% -
HSV(B) 302.77º 0.56% 0.46% -
XYZ 11.6 7.45 16.75 -
YUV 78.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 117 52 114 0 0.56 0.03 0.54 302.77 0.38 0.33
Hex 75 34 72 0 38 3 36 12F 26 21
Octal 165 64 162 0 70 3 66 457 46 41
Binary 1110101 110100 1110010 0 111000 11 110110 100101111 100110 100001

Color Harmonies of #753472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753472

Black with #753472

Text Example


Text Example

White with #753472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753472; }

 p { color: rgb(117,52,114); }

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

background-color css

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

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

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

border-color css

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

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

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