Html Css Color HEX #75397C Eminence

📋 copy color: '#75397C'

red 117 ◦ green 57 ◦ blue 124

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

Shades of Eminence #75397C

Tints of Eminence #75397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

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

R = 39.26%
G = 19.13%
B = 41.61%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75397C (or 0x75397C) is known color: Eminence. HEX triplet: 75, 39 and 7C. RGB value is (117,57,124). Sum of RGB (Red+Green+Blue) = 117+57+124=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #75397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75397C is #8AC683. Grayscale: #525252. Windows color (decimal): -9094788 or 8141173. OLE color: 8141173.

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

Color convert

RGB 117 57 124 -
CMYK 0.06 0.54 0 0.51
HSL 293.73º 0.37% 0.35% -
HSV(B) 293.73º 0.54% 0.49% -
XYZ 12.44 8.16 19.99 -
YUV 82.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 117 57 124 0.06 0.54 0 0.51 293.73 0.37 0.35
Hex 75 39 7C 6 36 0 33 126 25 23
Octal 165 71 174 6 66 0 63 446 45 43
Binary 1110101 111001 1111100 110 110110 0 110011 100100110 100101 100011

Color Harmonies of #75397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75397C

Black with #75397C

Text Example


Text Example

White with #75397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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