Html Css Color HEX #752D7C Eminence

📋 copy color: '#752D7C'

red 117 ◦ green 45 ◦ blue 124

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

Shades of Eminence #752D7C

Tints of Eminence #752D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

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

R = 40.91%
G = 15.73%
B = 43.36%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#752D7C (or 0x752D7C) is known color: Eminence. HEX triplet: 75, 2D and 7C. RGB value is (117,45,124). Sum of RGB (Red+Green+Blue) = 117+45+124=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #752D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D7C is #8AD283. Grayscale: #4B4B4B. Windows color (decimal): -9097860 or 8138101. OLE color: 8138101.

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

Color convert

RGB 117 45 124 -
CMYK 0.06 0.64 0 0.51
HSL 294.68º 0.47% 0.33% -
HSV(B) 294.68º 0.64% 0.49% -
XYZ 11.91 7.11 19.81 -
YUV 75.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 117 45 124 0.06 0.64 0 0.51 294.68 0.47 0.33
Hex 75 2D 7C 6 40 0 33 127 2F 21
Octal 165 55 174 6 100 0 63 447 57 41
Binary 1110101 101101 1111100 110 1000000 0 110011 100100111 101111 100001

Color Harmonies of #752D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D7C

Black with #752D7C

Text Example


Text Example

White with #752D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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