Html Css Color HEX #75426C Eminence

📋 copy color: '#75426C'

red 117 ◦ green 66 ◦ blue 108

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

Shades of Eminence #75426C

Tints of Eminence #75426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 40.21%
G = 22.68%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75426C (or 0x75426C) is known color: Eminence. HEX triplet: 75, 42 and 6C. RGB value is (117,66,108). Sum of RGB (Red+Green+Blue) = 117+66+108=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75426C is #8ABD93. Grayscale: #555555. Windows color (decimal): -9092500 or 7094901. OLE color: 7094901.

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

Color convert

RGB 117 66 108 -
CMYK 0 0.44 0.08 0.54
HSL 310.59º 0.28% 0.36% -
HSV(B) 310.59º 0.44% 0.46% -
XYZ 11.99 8.76 15.25 -
YUV 86.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 117 66 108 0 0.44 0.08 0.54 310.59 0.28 0.36
Hex 75 42 6C 0 2C 8 36 137 1C 24
Octal 165 102 154 0 54 10 66 467 34 44
Binary 1110101 1000010 1101100 0 101100 1000 110110 100110111 11100 100100

Color Harmonies of #75426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75426C

Black with #75426C

Text Example


Text Example

White with #75426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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