Html Css Color HEX #713890 Vivid Violet

📋 copy color: '#713890'

red 113 ◦ green 56 ◦ blue 144

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

Shades of Vivid Violet #713890

Tints of Vivid Violet #713890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 36.1%
G = 17.89%
B = 46.01%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713890 (or 0x713890) is known color: Vivid Violet. HEX triplet: 71, 38 and 90. RGB value is (113,56,144). Sum of RGB (Red+Green+Blue) = 113+56+144=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #713890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713890 is #8EC76F. Grayscale: #525252. Windows color (decimal): -9357168 or 9451633. OLE color: 9451633.

HSL color Cylindrical-coordinate representation of color #713890: hue angle of 278.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713890 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 56 144 -
CMYK 0.22 0.61 0 0.44
HSL 278.86º 0.44% 0.39% -
HSV(B) 278.86º 0.61% 0.56% -
XYZ 13.26 8.35 27.3 -
YUV 83.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 113 56 144 0.22 0.61 0 0.44 278.86 0.44 0.39
Hex 71 38 90 16 3D 0 2C 117 2C 27
Octal 161 70 220 26 75 0 54 427 54 47
Binary 1110001 111000 10010000 10110 111101 0 101100 100010111 101100 100111

Color Harmonies of #713890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713890

Black with #713890

Text Example


Text Example

White with #713890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713890; }

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

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

background-color css

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

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

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

border-color css

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

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

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