Html Css Color HEX #714075 Eminence

📋 copy color: '#714075'

red 113 ◦ green 64 ◦ blue 117

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

Shades of Eminence #714075

Tints of Eminence #714075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 38.44%
G = 21.77%
B = 39.8%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714075 (or 0x714075) is known color: Eminence. HEX triplet: 71, 40 and 75. RGB value is (113,64,117). Sum of RGB (Red+Green+Blue) = 113+64+117=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #714075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714075 is #8EBF8A. Grayscale: #545454. Windows color (decimal): -9355147 or 7684209. OLE color: 7684209.

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

Color convert

RGB 113 64 117 -
CMYK 0.03 0.45 0 0.54
HSL 295.47º 0.29% 0.35% -
HSV(B) 295.47º 0.45% 0.46% -
XYZ 11.85 8.46 17.84 -
YUV 84.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 113 64 117 0.03 0.45 0 0.54 295.47 0.29 0.35
Hex 71 40 75 3 2D 0 36 127 1D 23
Octal 161 100 165 3 55 0 66 447 35 43
Binary 1110001 1000000 1110101 11 101101 0 110110 100100111 11101 100011

Color Harmonies of #714075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714075

Black with #714075

Text Example


Text Example

White with #714075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714075; }

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

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

background-color css

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

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

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

border-color css

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

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

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