Html Css Color HEX #714375 Eminence

📋 copy color: '#714375'

red 113 ◦ green 67 ◦ blue 117

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

Shades of Eminence #714375

Tints of Eminence #714375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

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

R = 38.05%
G = 22.56%
B = 39.39%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714375 (or 0x714375) is known color: Eminence. HEX triplet: 71, 43 and 75. RGB value is (113,67,117). Sum of RGB (Red+Green+Blue) = 113+67+117=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #714375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714375 is #8EBC8A. Grayscale: #565656. Windows color (decimal): -9354379 or 7684977. OLE color: 7684977.

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

Color convert

RGB 113 67 117 -
CMYK 0.03 0.43 0 0.54
HSL 295.2º 0.27% 0.36% -
HSV(B) 295.2º 0.43% 0.46% -
XYZ 12.03 8.81 17.9 -
YUV 86.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 113 67 117 0.03 0.43 0 0.54 295.2 0.27 0.36
Hex 71 43 75 3 2B 0 36 127 1B 24
Octal 161 103 165 3 53 0 66 447 33 44
Binary 1110001 1000011 1110101 11 101011 0 110110 100100111 11011 100100

Color Harmonies of #714375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714375

Black with #714375

Text Example


Text Example

White with #714375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714375; }

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

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

background-color css

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

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

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

border-color css

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

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

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