Html Css Color HEX #75396E Eminence

📋 copy color: '#75396E'

red 117 ◦ green 57 ◦ blue 110

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

Shades of Eminence #75396E

Tints of Eminence #75396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 41.2%
G = 20.07%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75396E (or 0x75396E) is known color: Eminence. HEX triplet: 75, 39 and 6E. RGB value is (117,57,110). Sum of RGB (Red+Green+Blue) = 117+57+110=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #75396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75396E is #8AC691. Grayscale: #505050. Windows color (decimal): -9094802 or 7223669. OLE color: 7223669.

HSL color Cylindrical-coordinate representation of color #75396E: hue angle of 307º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75396E is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 57 110 -
CMYK 0 0.51 0.06 0.54
HSL 307º 0.34% 0.34% -
HSV(B) 307º 0.51% 0.46% -
XYZ 11.61 7.83 15.65 -
YUV 80.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 117 57 110 0 0.51 0.06 0.54 307 0.34 0.34
Hex 75 39 6E 0 33 6 36 133 22 22
Octal 165 71 156 0 63 6 66 463 42 42
Binary 1110101 111001 1101110 0 110011 110 110110 100110011 100010 100010

Color Harmonies of #75396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75396E

Black with #75396E

Text Example


Text Example

White with #75396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75396E; }

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

 H1.HeaderClassName
 {
   color: #75396E;
 }
 .AnyTagClassName
 {
   color: #75396E;
 }
</style>

background-color css

<style>
 a { background-color: #75396E; }

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

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

border-color css

<style>
 span { border-color: #75396E; }

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

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