Html Css Color HEX #714373 Eminence

📋 copy color: '#714373'

red 113 ◦ green 67 ◦ blue 115

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

Shades of Eminence #714373

Tints of Eminence #714373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 38.31%
G = 22.71%
B = 38.98%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#714373 (or 0x714373) is known color: Eminence. HEX triplet: 71, 43 and 73. RGB value is (113,67,115). Sum of RGB (Red+Green+Blue) = 113+67+115=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #714373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714373 is #8EBC8C. Grayscale: #565656. Windows color (decimal): -9354381 or 7553905. OLE color: 7553905.

HSL color Cylindrical-coordinate representation of color #714373: hue angle of 297.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #714373 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 67 115 -
CMYK 0.02 0.42 0 0.55
HSL 297.5º 0.26% 0.36% -
HSV(B) 297.5º 0.42% 0.45% -
XYZ 11.91 8.76 17.28 -
YUV 86.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 113 67 115 0.02 0.42 0 0.55 297.5 0.26 0.36
Hex 71 43 73 2 2A 0 37 12A 1A 24
Octal 161 103 163 2 52 0 67 452 32 44
Binary 1110001 1000011 1110011 10 101010 0 110111 100101010 11010 100100

Color Harmonies of #714373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714373

Black with #714373

Text Example


Text Example

White with #714373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714373; }

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

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

background-color css

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

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

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

border-color css

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

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

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