Html Css Color HEX #75447A Eminence

📋 copy color: '#75447A'

red 117 ◦ green 68 ◦ blue 122

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

Shades of Eminence #75447A

Tints of Eminence #75447A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 38.11%
G = 22.15%
B = 39.74%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75447A (or 0x75447A) is known color: Eminence. HEX triplet: 75, 44 and 7A. RGB value is (117,68,122). Sum of RGB (Red+Green+Blue) = 117+68+122=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #75447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75447A is #8ABB85. Grayscale: #585858. Windows color (decimal): -9091974 or 8012917. OLE color: 8012917.

HSL color Cylindrical-coordinate representation of color #75447A: hue angle of 294.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75447A is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 68 122 -
CMYK 0.04 0.44 0 0.52
HSL 294.44º 0.28% 0.37% -
HSV(B) 294.44º 0.44% 0.48% -
XYZ 12.92 9.32 19.53 -
YUV 88.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 117 68 122 0.04 0.44 0 0.52 294.44 0.28 0.37
Hex 75 44 7A 4 2C 0 34 126 1C 25
Octal 165 104 172 4 54 0 64 446 34 45
Binary 1110101 1000100 1111010 100 101100 0 110100 100100110 11100 100101

Color Harmonies of #75447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75447A

Black with #75447A

Text Example


Text Example

White with #75447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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