Html Css Color HEX #714468 Eminence

📋 copy color: '#714468'

red 113 ◦ green 68 ◦ blue 104

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

Shades of Eminence #714468

Tints of Eminence #714468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 39.65%
G = 23.86%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#714468 (or 0x714468) is known color: Eminence. HEX triplet: 71, 44 and 68. RGB value is (113,68,104). Sum of RGB (Red+Green+Blue) = 113+68+104=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #714468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714468 is #8EBB97. Grayscale: #555555. Windows color (decimal): -9354136 or 6833265. OLE color: 6833265.

HSL color Cylindrical-coordinate representation of color #714468: hue angle of 312º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714468 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 104 -
CMYK 0 0.40 0.08 0.56
HSL 312º 0.25% 0.35% -
HSV(B) 312º 0.4% 0.44% -
XYZ 11.38 8.64 14.17 -
YUV 85.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 113 68 104 0 0.40 0.08 0.56 312 0.25 0.35
Hex 71 44 68 0 28 8 38 138 19 23
Octal 161 104 150 0 50 10 70 470 31 43
Binary 1110001 1000100 1101000 0 101000 1000 111000 100111000 11001 100011

Color Harmonies of #714468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714468

Black with #714468

Text Example


Text Example

White with #714468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714468; }

 p { color: rgb(113,68,104); }

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

background-color css

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

 a { background-color: rgb(113,68,104); }

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

border-color css

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

 span { border-color: rgb(113,68,104); }

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