Html Css Color HEX #713590 Vivid Violet

📋 copy color: '#713590'

red 113 ◦ green 53 ◦ blue 144

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

Shades of Vivid Violet #713590

Tints of Vivid Violet #713590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 36.45%
G = 17.1%
B = 46.45%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713590 (or 0x713590) is known color: Vivid Violet. HEX triplet: 71, 35 and 90. RGB value is (113,53,144). Sum of RGB (Red+Green+Blue) = 113+53+144=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #713590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713590 is #8ECA6F. Grayscale: #515151. Windows color (decimal): -9357936 or 9450865. OLE color: 9450865.

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

Color convert

RGB 113 53 144 -
CMYK 0.22 0.63 0 0.44
HSL 279.56º 0.46% 0.39% -
HSV(B) 279.56º 0.63% 0.56% -
XYZ 13.12 8.07 27.25 -
YUV 81.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 113 53 144 0.22 0.63 0 0.44 279.56 0.46 0.39
Hex 71 35 90 16 3F 0 2C 118 2E 27
Octal 161 65 220 26 77 0 54 430 56 47
Binary 1110001 110101 10010000 10110 111111 0 101100 100011000 101110 100111

Color Harmonies of #713590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713590

Black with #713590

Text Example


Text Example

White with #713590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713590; }

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

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

background-color css

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

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

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

border-color css

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

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

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