Html Css Color HEX #75426E Eminence

📋 copy color: '#75426E'

red 117 ◦ green 66 ◦ blue 110

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

Shades of Eminence #75426E

Tints of Eminence #75426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 39.93%
G = 22.53%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75426E (or 0x75426E) is known color: Eminence. HEX triplet: 75, 42 and 6E. RGB value is (117,66,110). Sum of RGB (Red+Green+Blue) = 117+66+110=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75426E is #8ABD91. Grayscale: #565656. Windows color (decimal): -9092498 or 7225973. OLE color: 7225973.

HSL color Cylindrical-coordinate representation of color #75426E: hue angle of 308.24º 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 #75426E is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 110 -
CMYK 0 0.44 0.06 0.54
HSL 308.24º 0.28% 0.36% -
HSV(B) 308.24º 0.44% 0.46% -
XYZ 12.1 8.8 15.81 -
YUV 86.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 117 66 110 0 0.44 0.06 0.54 308.24 0.28 0.36
Hex 75 42 6E 0 2C 6 36 134 1C 24
Octal 165 102 156 0 54 6 66 464 34 44
Binary 1110101 1000010 1101110 0 101100 110 110110 100110100 11100 100100

Color Harmonies of #75426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75426E

Black with #75426E

Text Example


Text Example

White with #75426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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