Html Css Color HEX #75407F Eminence

📋 copy color: '#75407F'

red 117 ◦ green 64 ◦ blue 127

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

Shades of Eminence #75407F

Tints of Eminence #75407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

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

R = 37.99%
G = 20.78%
B = 41.23%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75407F (or 0x75407F) is known color: Eminence. HEX triplet: 75, 40 and 7F. RGB value is (117,64,127). Sum of RGB (Red+Green+Blue) = 117+64+127=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #75407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75407F is #8ABF80. Grayscale: #565656. Windows color (decimal): -9092993 or 8339573. OLE color: 8339573.

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

Color convert

RGB 117 64 127 -
CMYK 0.08 0.50 0 0.50
HSL 290.48º 0.33% 0.37% -
HSV(B) 290.48º 0.5% 0.5% -
XYZ 13 8.98 21.13 -
YUV 87.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 117 64 127 0.08 0.50 0 0.50 290.48 0.33 0.37
Hex 75 40 7F 8 32 0 32 122 21 25
Octal 165 100 177 10 62 0 62 442 41 45
Binary 1110101 1000000 1111111 1000 110010 0 110010 100100010 100001 100101

Color Harmonies of #75407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75407F

Black with #75407F

Text Example


Text Example

White with #75407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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