Html Css Color HEX #713875 Eminence

📋 copy color: '#713875'

red 113 ◦ green 56 ◦ blue 117

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

Shades of Eminence #713875

Tints of Eminence #713875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 39.51%
G = 19.58%
B = 40.91%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713875 (or 0x713875) is known color: Eminence. HEX triplet: 71, 38 and 75. RGB value is (113,56,117). Sum of RGB (Red+Green+Blue) = 113+56+117=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #713875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713875 is #8EC78A. Grayscale: #4F4F4F. Windows color (decimal): -9357195 or 7682161. OLE color: 7682161.

HSL color Cylindrical-coordinate representation of color #713875: hue angle of 296.07º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #713875 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 56 117 -
CMYK 0.03 0.52 0 0.54
HSL 296.07º 0.35% 0.34% -
HSV(B) 296.07º 0.52% 0.46% -
XYZ 11.44 7.62 17.7 -
YUV 80 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 113 56 117 0.03 0.52 0 0.54 296.07 0.35 0.34
Hex 71 38 75 3 34 0 36 128 23 22
Octal 161 70 165 3 64 0 66 450 43 42
Binary 1110001 111000 1110101 11 110100 0 110110 100101000 100011 100010

Color Harmonies of #713875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713875

Black with #713875

Text Example


Text Example

White with #713875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713875; }

 p { color: rgb(113,56,117); }

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

background-color css

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

 a { background-color: rgb(113,56,117); }

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

border-color css

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

 span { border-color: rgb(113,56,117); }

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