#75377B

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

Shades of Eminence #75377B

Tints of Eminence #75377B

Color information

#75377B (or 0x75377B) is unknown color: approx Eminence. HEX triplet: 75, 37 and 7B. RGB value is (117,55,123). Sum of RGB (Red+Green+Blue) = 117+55+123=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #75377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75377B is #8AC884. Grayscale: #515151. Windows color (decimal): -9095301 or 8075125. OLE color: 8075125.

HSL color Cylindrical-coordinate representation of color #75377B: hue angle of 294.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75377B is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11755123-
CMYK0.050.5500.52
HSL294.71º38.2%34.9%-
HSV(B)294.71º55.28%48.24%-
XYZ12.287.9419.63-
YUV81.29151.54153.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=39.66%
G=18.64%
B=41.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117551230.050.5500.52294.7138.234.9
Hex75377B5370341272623
Octal165671735670644474643
Binary111010111011111110111011101110110100100100111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75377B; }

 p { color: rgb(117,55,123); }

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

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

 a { background-color: rgb(117,55,123); }

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

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

 span { border-color: rgb(117,55,123); }

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