Html Css Color HEX #75397F Eminence

📋 copy color: '#75397F'

red 117 ◦ green 57 ◦ blue 127

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

Shades of Eminence #75397F

Tints of Eminence #75397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.19%

R = 38.87%
G = 18.94%
B = 42.19%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75397F (or 0x75397F) is known color: Eminence. HEX triplet: 75, 39 and 7F. RGB value is (117,57,127). Sum of RGB (Red+Green+Blue) = 117+57+127=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #75397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75397F is #8AC680. Grayscale: #525252. Windows color (decimal): -9094785 or 8337781. OLE color: 8337781.

HSL color Cylindrical-coordinate representation of color #75397F: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75397F is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 57 127 -
CMYK 0.08 0.55 0 0.50
HSL 291.43º 0.38% 0.36% -
HSV(B) 291.43º 0.55% 0.5% -
XYZ 12.63 8.24 21 -
YUV 82.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 117 57 127 0.08 0.55 0 0.50 291.43 0.38 0.36
Hex 75 39 7F 8 37 0 32 123 26 24
Octal 165 71 177 10 67 0 62 443 46 44
Binary 1110101 111001 1111111 1000 110111 0 110010 100100011 100110 100100

Color Harmonies of #75397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75397F

Black with #75397F

Text Example


Text Example

White with #75397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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