Html Css Color HEX #75417F Eminence

📋 copy color: '#75417F'

red 117 ◦ green 65 ◦ blue 127

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

Shades of Eminence #75417F

Tints of Eminence #75417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 37.86%
G = 21.04%
B = 41.1%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75417F (or 0x75417F) is known color: Eminence. HEX triplet: 75, 41 and 7F. RGB value is (117,65,127). Sum of RGB (Red+Green+Blue) = 117+65+127=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #75417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417F is #8ABE80. Grayscale: #575757. Windows color (decimal): -9092737 or 8339829. OLE color: 8339829.

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

Color convert

RGB 117 65 127 -
CMYK 0.08 0.49 0 0.50
HSL 290.32º 0.32% 0.38% -
HSV(B) 290.32º 0.49% 0.5% -
XYZ 13.06 9.09 21.15 -
YUV 87.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 117 65 127 0.08 0.49 0 0.50 290.32 0.32 0.38
Hex 75 41 7F 8 31 0 32 122 20 26
Octal 165 101 177 10 61 0 62 442 40 46
Binary 1110101 1000001 1111111 1000 110001 0 110010 100100010 100000 100110

Color Harmonies of #75417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75417F

Black with #75417F

Text Example


Text Example

White with #75417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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