Html Css Color HEX #75447F Eminence

📋 copy color: '#75447F'

red 117 ◦ green 68 ◦ blue 127

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

Shades of Eminence #75447F

Tints of Eminence #75447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 37.5%
G = 21.79%
B = 40.71%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75447F (or 0x75447F) is known color: Eminence. HEX triplet: 75, 44 and 7F. RGB value is (117,68,127). Sum of RGB (Red+Green+Blue) = 117+68+127=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #75447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75447F is #8ABB80. Grayscale: #595959. Windows color (decimal): -9091969 or 8340597. OLE color: 8340597.

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

Color convert

RGB 117 68 127 -
CMYK 0.08 0.46 0 0.50
HSL 289.83º 0.3% 0.38% -
HSV(B) 289.83º 0.46% 0.5% -
XYZ 13.23 9.45 21.2 -
YUV 89.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 117 68 127 0.08 0.46 0 0.50 289.83 0.3 0.38
Hex 75 44 7F 8 2E 0 32 122 1E 26
Octal 165 104 177 10 56 0 62 442 36 46
Binary 1110101 1000100 1111111 1000 101110 0 110010 100100010 11110 100110

Color Harmonies of #75447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75447F

Black with #75447F

Text Example


Text Example

White with #75447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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