Html Css Color HEX #714569 Eminence

📋 copy color: '#714569'

red 113 ◦ green 69 ◦ blue 105

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

Shades of Eminence #714569

Tints of Eminence #714569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 39.37%
G = 24.04%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#714569 (or 0x714569) is known color: Eminence. HEX triplet: 71, 45 and 69. RGB value is (113,69,105). Sum of RGB (Red+Green+Blue) = 113+69+105=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #714569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714569 is #8EBA96. Grayscale: #565656. Windows color (decimal): -9353879 or 6899057. OLE color: 6899057.

HSL color Cylindrical-coordinate representation of color #714569: hue angle of 310.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714569 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 105 -
CMYK 0 0.39 0.07 0.56
HSL 310.91º 0.24% 0.36% -
HSV(B) 310.91º 0.39% 0.44% -
XYZ 11.49 8.79 14.46 -
YUV 86.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 113 69 105 0 0.39 0.07 0.56 310.91 0.24 0.36
Hex 71 45 69 0 27 7 38 137 18 24
Octal 161 105 151 0 47 7 70 467 30 44
Binary 1110001 1000101 1101001 0 100111 111 111000 100110111 11000 100100

Color Harmonies of #714569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714569

Black with #714569

Text Example


Text Example

White with #714569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714569; }

 p { color: rgb(113,69,105); }

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

background-color css

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

 a { background-color: rgb(113,69,105); }

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

border-color css

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

 span { border-color: rgb(113,69,105); }

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