#752281

Color #752281 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #752281

Tints of Eminence #752281

Color information

#752281 (or 0x752281) is unknown color: approx Eminence. HEX triplet: 75, 22 and 81. RGB value is (117,34,129). Sum of RGB (Red+Green+Blue) = 117+34+129=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #752281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752281 is #8ADD7E. Grayscale: #454545. Windows color (decimal): -9100671 or 8462965. OLE color: 8462965.

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

Color convert

RGB11734129-
CMYK0.090.7400.49
HSL292.42º58.28%31.96%-
HSV(B)292.42º73.64%50.59%-
XYZ11.876.5121.4-
YUV69.65161.5161.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=41.79%
G=12.14%
B=46.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117341290.090.7400.49292.4258.2831.96
Hex75228194A0311243a20
Octal16542201111120614447240
Binary111010110001010000001100110010100110001100100100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752281; }

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

 H1.HeaderClassName
 {
   color: #752281;
 }
 .AnyTagClassName
 {
   color: #752281;
 }
</style>
background-color css

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

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

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

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

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

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