Html Css Color HEX #75487B Eminence

📋 copy color: '#75487B'

red 117 ◦ green 72 ◦ blue 123

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

Shades of Eminence #75487B

Tints of Eminence #75487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 37.5%
G = 23.08%
B = 39.42%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75487B (or 0x75487B) is known color: Eminence. HEX triplet: 75, 48 and 7B. RGB value is (117,72,123). Sum of RGB (Red+Green+Blue) = 117+72+123=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #75487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75487B is #8AB784. Grayscale: #5B5B5B. Windows color (decimal): -9090949 or 8079477. OLE color: 8079477.

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

Color convert

RGB 117 72 123 -
CMYK 0.05 0.41 0 0.52
HSL 292.94º 0.26% 0.38% -
HSV(B) 292.94º 0.41% 0.48% -
XYZ 13.23 9.85 19.94 -
YUV 91.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 117 72 123 0.05 0.41 0 0.52 292.94 0.26 0.38
Hex 75 48 7B 5 29 0 34 125 1A 26
Octal 165 110 173 5 51 0 64 445 32 46
Binary 1110101 1001000 1111011 101 101001 0 110100 100100101 11010 100110

Color Harmonies of #75487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75487B

Black with #75487B

Text Example


Text Example

White with #75487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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