Html Css Color HEX #75387E Eminence

📋 copy color: '#75387E'

red 117 ◦ green 56 ◦ blue 126

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

Shades of Eminence #75387E

Tints of Eminence #75387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 39.13%
G = 18.73%
B = 42.14%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75387E (or 0x75387E) is known color: Eminence. HEX triplet: 75, 38 and 7E. RGB value is (117,56,126). Sum of RGB (Red+Green+Blue) = 117+56+126=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #75387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75387E is #8AC781. Grayscale: #525252. Windows color (decimal): -9095042 or 8271989. OLE color: 8271989.

HSL color Cylindrical-coordinate representation of color #75387E: hue angle of 292.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75387E is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 56 126 -
CMYK 0.07 0.56 0 0.51
HSL 292.29º 0.38% 0.36% -
HSV(B) 292.29º 0.56% 0.49% -
XYZ 12.52 8.12 20.65 -
YUV 82.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 117 56 126 0.07 0.56 0 0.51 292.29 0.38 0.36
Hex 75 38 7E 7 38 0 33 124 26 24
Octal 165 70 176 7 70 0 63 444 46 44
Binary 1110101 111000 1111110 111 111000 0 110011 100100100 100110 100100

Color Harmonies of #75387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75387E

Black with #75387E

Text Example


Text Example

White with #75387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,56,126); }

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

background-color css

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

 a { background-color: rgb(117,56,126); }

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

border-color css

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

 span { border-color: rgb(117,56,126); }

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