#75257D

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

Shades of Eminence #75257D

Tints of Eminence #75257D

Color information

#75257D (or 0x75257D) is unknown color: approx Eminence. HEX triplet: 75, 25 and 7D. RGB value is (117,37,125). Sum of RGB (Red+Green+Blue) = 117+37+125=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #75257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75257D is #8ADA82. Grayscale: #464646. Windows color (decimal): -9099907 or 8201589. OLE color: 8201589.

HSL color Cylindrical-coordinate representation of color #75257D: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75257D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11737125-
CMYK0.060.7000.51
HSL294.55º54.32%31.76%-
HSV(B)294.55º70.4%49.02%-
XYZ11.76.5920.06-
YUV70.95158.5160.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=41.94%
G=13.26%
B=44.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117371250.060.7000.51294.5554.3231.76
Hex75257D6460331273620
Octal1654517561060634476640
Binary1110101100101111110111010001100110011100100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75257D; }

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

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

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

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

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

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

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

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