Html Css Color HEX #752581 Eminence

📋 copy color: '#752581'

red 117 ◦ green 37 ◦ blue 129

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

Shades of Eminence #752581

Tints of Eminence #752581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 41.34%
G = 13.07%
B = 45.58%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752581 (or 0x752581) is known color: Eminence. HEX triplet: 75, 25 and 81. RGB value is (117,37,129). Sum of RGB (Red+Green+Blue) = 117+37+129=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #752581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752581 is #8ADA7E. Grayscale: #474747. Windows color (decimal): -9099903 or 8463733. OLE color: 8463733.

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

Color convert

RGB 117 37 129 -
CMYK 0.09 0.71 0 0.49
HSL 292.17º 0.55% 0.33% -
HSV(B) 292.17º 0.71% 0.51% -
XYZ 11.96 6.69 21.43 -
YUV 71.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 117 37 129 0.09 0.71 0 0.49 292.17 0.55 0.33
Hex 75 25 81 9 47 0 31 124 37 21
Octal 165 45 201 11 107 0 61 444 67 41
Binary 1110101 100101 10000001 1001 1000111 0 110001 100100100 110111 100001

Color Harmonies of #752581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752581

Black with #752581

Text Example


Text Example

White with #752581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752581; }

 p { color: rgb(117,37,129); }

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

background-color css

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

 a { background-color: rgb(117,37,129); }

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

border-color css

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

 span { border-color: rgb(117,37,129); }

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