Html Css Color HEX #75427C Eminence

📋 copy color: '#75427C'

red 117 ◦ green 66 ◦ blue 124

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

Shades of Eminence #75427C

Tints of Eminence #75427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 38.11%
G = 21.5%
B = 40.39%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75427C (or 0x75427C) is known color: Eminence. HEX triplet: 75, 42 and 7C. RGB value is (117,66,124). Sum of RGB (Red+Green+Blue) = 117+66+124=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #75427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75427C is #8ABD83. Grayscale: #575757. Windows color (decimal): -9092484 or 8143477. OLE color: 8143477.

HSL color Cylindrical-coordinate representation of color #75427C: hue angle of 292.76º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75427C is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 66 124 -
CMYK 0.06 0.47 0 0.51
HSL 292.76º 0.31% 0.37% -
HSV(B) 292.76º 0.47% 0.49% -
XYZ 12.92 9.13 20.15 -
YUV 87.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 117 66 124 0.06 0.47 0 0.51 292.76 0.31 0.37
Hex 75 42 7C 6 2F 0 33 125 1F 25
Octal 165 102 174 6 57 0 63 445 37 45
Binary 1110101 1000010 1111100 110 101111 0 110011 100100101 11111 100101

Color Harmonies of #75427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75427C

Black with #75427C

Text Example


Text Example

White with #75427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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