Html Css Color HEX #714372 Eminence

📋 copy color: '#714372'

red 113 ◦ green 67 ◦ blue 114

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

Shades of Eminence #714372

Tints of Eminence #714372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 38.44%
G = 22.79%
B = 38.78%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#714372 (or 0x714372) is known color: Eminence. HEX triplet: 71, 43 and 72. RGB value is (113,67,114). Sum of RGB (Red+Green+Blue) = 113+67+114=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #714372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714372 is #8EBC8D. Grayscale: #555555. Windows color (decimal): -9354382 or 7488369. OLE color: 7488369.

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

Color convert

RGB 113 67 114 -
CMYK 0.01 0.41 0 0.55
HSL 298.72º 0.26% 0.35% -
HSV(B) 298.72º 0.41% 0.45% -
XYZ 11.85 8.74 16.98 -
YUV 86.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 113 67 114 0.01 0.41 0 0.55 298.72 0.26 0.35
Hex 71 43 72 1 29 0 37 12B 1A 23
Octal 161 103 162 1 51 0 67 453 32 43
Binary 1110001 1000011 1110010 1 101001 0 110111 100101011 11010 100011

Color Harmonies of #714372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714372

Black with #714372

Text Example


Text Example

White with #714372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714372; }

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

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

background-color css

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

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

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

border-color css

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

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

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