Html Css Color HEX #75396C Eminence

📋 copy color: '#75396C'

red 117 ◦ green 57 ◦ blue 108

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

Shades of Eminence #75396C

Tints of Eminence #75396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 41.49%
G = 20.21%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75396C (or 0x75396C) is known color: Eminence. HEX triplet: 75, 39 and 6C. RGB value is (117,57,108). Sum of RGB (Red+Green+Blue) = 117+57+108=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75396C is #8AC693. Grayscale: #505050. Windows color (decimal): -9094804 or 7092597. OLE color: 7092597.

HSL color Cylindrical-coordinate representation of color #75396C: hue angle of 309º 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 #75396C is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 57 108 -
CMYK 0 0.51 0.08 0.54
HSL 309º 0.34% 0.34% -
HSV(B) 309º 0.51% 0.46% -
XYZ 11.51 7.79 15.08 -
YUV 80.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 117 57 108 0 0.51 0.08 0.54 309 0.34 0.34
Hex 75 39 6C 0 33 8 36 135 22 22
Octal 165 71 154 0 63 10 66 465 42 42
Binary 1110101 111001 1101100 0 110011 1000 110110 100110101 100010 100010

Color Harmonies of #75396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75396C

Black with #75396C

Text Example


Text Example

White with #75396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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