Html Css Color HEX #714875 Eminence

📋 copy color: '#714875'

red 113 ◦ green 72 ◦ blue 117

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

Shades of Eminence #714875

Tints of Eminence #714875

RGB

 RED value IS 113 (44.53% from 255) = 37.42%

 GREEN value IS 72 (28.52% from 255) = 23.84%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 37.42%
G = 23.84%
B = 38.74%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714875 (or 0x714875) is known color: Eminence. HEX triplet: 71, 48 and 75. RGB value is (113,72,117). Sum of RGB (Red+Green+Blue) = 113+72+117=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #714875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714875 is #8EB78A. Grayscale: #595959. Windows color (decimal): -9353099 or 7686257. OLE color: 7686257.

HSL color Cylindrical-coordinate representation of color #714875: hue angle of 294.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714875 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 72 117 -
CMYK 0.03 0.38 0 0.54
HSL 294.67º 0.24% 0.37% -
HSV(B) 294.67º 0.38% 0.46% -
XYZ 12.34 9.43 18 -
YUV 89.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 113 72 117 0.03 0.38 0 0.54 294.67 0.24 0.37
Hex 71 48 75 3 26 0 36 127 18 25
Octal 161 110 165 3 46 0 66 447 30 45
Binary 1110001 1001000 1110101 11 100110 0 110110 100100111 11000 100101

Color Harmonies of #714875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714875

Black with #714875

Text Example


Text Example

White with #714875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714875; }

 p { color: rgb(113,72,117); }

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

background-color css

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

 a { background-color: rgb(113,72,117); }

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

border-color css

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

 span { border-color: rgb(113,72,117); }

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