Html Css Color HEX #714469 Eminence

📋 copy color: '#714469'

red 113 ◦ green 68 ◦ blue 105

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

Shades of Eminence #714469

Tints of Eminence #714469

RGB

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

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

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

R = 39.51%
G = 23.78%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#714469 (or 0x714469) is known color: Eminence. HEX triplet: 71, 44 and 69. RGB value is (113,68,105). Sum of RGB (Red+Green+Blue) = 113+68+105=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #714469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714469 is #8EBB96. Grayscale: #555555. Windows color (decimal): -9354135 or 6898801. OLE color: 6898801.

HSL color Cylindrical-coordinate representation of color #714469: hue angle of 310.67º 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 #714469 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 105 -
CMYK 0 0.40 0.07 0.56
HSL 310.67º 0.25% 0.35% -
HSV(B) 310.67º 0.4% 0.44% -
XYZ 11.43 8.66 14.43 -
YUV 85.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 113 68 105 0 0.40 0.07 0.56 310.67 0.25 0.35
Hex 71 44 69 0 28 7 38 137 19 23
Octal 161 104 151 0 50 7 70 467 31 43
Binary 1110001 1000100 1101001 0 101000 111 111000 100110111 11001 100011

Color Harmonies of #714469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714469

Black with #714469

Text Example


Text Example

White with #714469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714469; }

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

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

background-color css

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

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

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

border-color css

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

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

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