Html Css Color HEX #713790 Vivid Violet

📋 copy color: '#713790'

red 113 ◦ green 55 ◦ blue 144

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

Shades of Vivid Violet #713790

Tints of Vivid Violet #713790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

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

R = 36.22%
G = 17.63%
B = 46.15%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713790 (or 0x713790) is known color: Vivid Violet. HEX triplet: 71, 37 and 90. RGB value is (113,55,144). Sum of RGB (Red+Green+Blue) = 113+55+144=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #713790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713790 is #8EC86F. Grayscale: #525252. Windows color (decimal): -9357424 or 9451377. OLE color: 9451377.

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

Color convert

RGB 113 55 144 -
CMYK 0.22 0.62 0 0.44
HSL 279.1º 0.45% 0.39% -
HSV(B) 279.1º 0.62% 0.56% -
XYZ 13.21 8.26 27.28 -
YUV 82.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 113 55 144 0.22 0.62 0 0.44 279.1 0.45 0.39
Hex 71 37 90 16 3E 0 2C 117 2D 27
Octal 161 67 220 26 76 0 54 427 55 47
Binary 1110001 110111 10010000 10110 111110 0 101100 100010111 101101 100111

Color Harmonies of #713790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713790

Black with #713790

Text Example


Text Example

White with #713790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713790; }

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

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

background-color css

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

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

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

border-color css

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

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

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