Html Css Color HEX #75426D Eminence

📋 copy color: '#75426D'

red 117 ◦ green 66 ◦ blue 109

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

Shades of Eminence #75426D

Tints of Eminence #75426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 40.07%
G = 22.6%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75426D (or 0x75426D) is known color: Eminence. HEX triplet: 75, 42 and 6D. RGB value is (117,66,109). Sum of RGB (Red+Green+Blue) = 117+66+109=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75426D is #8ABD92. Grayscale: #565656. Windows color (decimal): -9092499 or 7160437. OLE color: 7160437.

HSL color Cylindrical-coordinate representation of color #75426D: hue angle of 309.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75426D is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 109 -
CMYK 0 0.44 0.07 0.54
HSL 309.41º 0.28% 0.36% -
HSV(B) 309.41º 0.44% 0.46% -
XYZ 12.04 8.78 15.53 -
YUV 86.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 117 66 109 0 0.44 0.07 0.54 309.41 0.28 0.36
Hex 75 42 6D 0 2C 7 36 135 1C 24
Octal 165 102 155 0 54 7 66 465 34 44
Binary 1110101 1000010 1101101 0 101100 111 110110 100110101 11100 100100

Color Harmonies of #75426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75426D

Black with #75426D

Text Example


Text Example

White with #75426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,66,109); }

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

background-color css

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

 a { background-color: rgb(117,66,109); }

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

border-color css

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

 span { border-color: rgb(117,66,109); }

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