Html Css Color HEX #752B7E Eminence

📋 copy color: '#752B7E'

red 117 ◦ green 43 ◦ blue 126

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

Shades of Eminence #752B7E

Tints of Eminence #752B7E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 40.91%
G = 15.03%
B = 44.06%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#752B7E (or 0x752B7E) is known color: Eminence. HEX triplet: 75, 2B and 7E. RGB value is (117,43,126). Sum of RGB (Red+Green+Blue) = 117+43+126=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #752B7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B7E is #8AD481. Grayscale: #4A4A4A. Windows color (decimal): -9098370 or 8268661. OLE color: 8268661.

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

Color convert

RGB 117 43 126 -
CMYK 0.07 0.66 0 0.51
HSL 293.49º 0.49% 0.33% -
HSV(B) 293.49º 0.66% 0.49% -
XYZ 11.97 7.02 20.46 -
YUV 74.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 117 43 126 0.07 0.66 0 0.51 293.49 0.49 0.33
Hex 75 2B 7E 7 42 0 33 125 31 21
Octal 165 53 176 7 102 0 63 445 61 41
Binary 1110101 101011 1111110 111 1000010 0 110011 100100101 110001 100001

Color Harmonies of #752B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B7E

Black with #752B7E

Text Example


Text Example

White with #752B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,126); }

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

background-color css

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

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

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

border-color css

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

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

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