Html Css Color HEX #75417D Eminence

📋 copy color: '#75417D'

red 117 ◦ green 65 ◦ blue 125

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

Shades of Eminence #75417D

Tints of Eminence #75417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 38.11%
G = 21.17%
B = 40.72%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75417D (or 0x75417D) is known color: Eminence. HEX triplet: 75, 41 and 7D. RGB value is (117,65,125). Sum of RGB (Red+Green+Blue) = 117+65+125=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #75417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417D is #8ABE82. Grayscale: #575757. Windows color (decimal): -9092739 or 8208757. OLE color: 8208757.

HSL color Cylindrical-coordinate representation of color #75417D: hue angle of 292º 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 #75417D is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 65 125 -
CMYK 0.06 0.48 0 0.51
HSL 292º 0.32% 0.37% -
HSV(B) 292º 0.48% 0.49% -
XYZ 12.93 9.04 20.47 -
YUV 87.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 117 65 125 0.06 0.48 0 0.51 292 0.32 0.37
Hex 75 41 7D 6 30 0 33 124 20 25
Octal 165 101 175 6 60 0 63 444 40 45
Binary 1110101 1000001 1111101 110 110000 0 110011 100100100 100000 100101

Color Harmonies of #75417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75417D

Black with #75417D

Text Example


Text Example

White with #75417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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