Html Css Color HEX #75417E Eminence

📋 copy color: '#75417E'

red 117 ◦ green 65 ◦ blue 126

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

Shades of Eminence #75417E

Tints of Eminence #75417E

RGB

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

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

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

R = 37.99%
G = 21.1%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75417E (or 0x75417E) is known color: Eminence. HEX triplet: 75, 41 and 7E. RGB value is (117,65,126). Sum of RGB (Red+Green+Blue) = 117+65+126=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #75417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417E is #8ABE81. Grayscale: #575757. Windows color (decimal): -9092738 or 8274293. OLE color: 8274293.

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

Color convert

RGB 117 65 126 -
CMYK 0.07 0.48 0 0.51
HSL 291.15º 0.32% 0.37% -
HSV(B) 291.15º 0.48% 0.49% -
XYZ 12.99 9.07 20.8 -
YUV 87.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 117 65 126 0.07 0.48 0 0.51 291.15 0.32 0.37
Hex 75 41 7E 7 30 0 33 123 20 25
Octal 165 101 176 7 60 0 63 443 40 45
Binary 1110101 1000001 1111110 111 110000 0 110011 100100011 100000 100101

Color Harmonies of #75417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75417E

Black with #75417E

Text Example


Text Example

White with #75417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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