#75267C

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

Shades of Eminence #75267C

Tints of Eminence #75267C

Color information

#75267C (or 0x75267C) is unknown color: approx Eminence. HEX triplet: 75, 26 and 7C. RGB value is (117,38,124). Sum of RGB (Red+Green+Blue) = 117+38+124=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #75267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75267C is #8AD983. Grayscale: #474747. Windows color (decimal): -9099652 or 8136309. OLE color: 8136309.

HSL color Cylindrical-coordinate representation of color #75267C: hue angle of 295.12º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75267C is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11738124-
CMYK0.060.6900.51
HSL295.12º53.09%31.76%-
HSV(B)295.12º69.35%48.63%-
XYZ11.676.6219.73-
YUV71.42157.67160.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=41.94%
G=13.62%
B=44.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117381240.060.6900.51295.1253.0931.76
Hex75267C6450331273520
Octal1654617461050634476540
Binary1110101100110111110011010001010110011100100111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75267C; }

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

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

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

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

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

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

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

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