Html Css Color HEX #75487C Eminence

📋 copy color: '#75487C'

red 117 ◦ green 72 ◦ blue 124

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

Shades of Eminence #75487C

Tints of Eminence #75487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 37.38%
G = 23%
B = 39.62%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75487C (or 0x75487C) is known color: Eminence. HEX triplet: 75, 48 and 7C. RGB value is (117,72,124). Sum of RGB (Red+Green+Blue) = 117+72+124=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #75487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75487C is #8AB783. Grayscale: #5B5B5B. Windows color (decimal): -9090948 or 8145013. OLE color: 8145013.

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

Color convert

RGB 117 72 124 -
CMYK 0.06 0.42 0 0.51
HSL 291.92º 0.27% 0.38% -
HSV(B) 291.92º 0.42% 0.49% -
XYZ 13.29 9.87 20.27 -
YUV 91.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 117 72 124 0.06 0.42 0 0.51 291.92 0.27 0.38
Hex 75 48 7C 6 2A 0 33 124 1B 26
Octal 165 110 174 6 52 0 63 444 33 46
Binary 1110101 1001000 1111100 110 101010 0 110011 100100100 11011 100110

Color Harmonies of #75487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75487C

Black with #75487C

Text Example


Text Example

White with #75487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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