Html Css Color HEX #752E7C Eminence

📋 copy color: '#752E7C'

red 117 ◦ green 46 ◦ blue 124

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

Shades of Eminence #752E7C

Tints of Eminence #752E7C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.03%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 40.77%
G = 16.03%
B = 43.21%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#752E7C (or 0x752E7C) is known color: Eminence. HEX triplet: 75, 2E and 7C. RGB value is (117,46,124). Sum of RGB (Red+Green+Blue) = 117+46+124=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #752E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E7C is #8AD183. Grayscale: #4B4B4B. Windows color (decimal): -9097604 or 8138357. OLE color: 8138357.

HSL color Cylindrical-coordinate representation of color #752E7C: hue angle of 294.62º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752E7C is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 46 124 -
CMYK 0.06 0.63 0 0.51
HSL 294.62º 0.46% 0.33% -
HSV(B) 294.62º 0.63% 0.49% -
XYZ 11.95 7.19 19.83 -
YUV 76.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 117 46 124 0.06 0.63 0 0.51 294.62 0.46 0.33
Hex 75 2E 7C 6 3F 0 33 127 2E 21
Octal 165 56 174 6 77 0 63 447 56 41
Binary 1110101 101110 1111100 110 111111 0 110011 100100111 101110 100001

Color Harmonies of #752E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E7C

Black with #752E7C

Text Example


Text Example

White with #752E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E7C; }

 p { color: rgb(117,46,124); }

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

background-color css

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

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

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

border-color css

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

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

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