Html Css Color HEX #713490 Vivid Violet

📋 copy color: '#713490'

red 113 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #713490

Tints of Vivid Violet #713490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 36.57%
G = 16.83%
B = 46.6%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713490 (or 0x713490) is known color: Vivid Violet. HEX triplet: 71, 34 and 90. RGB value is (113,52,144). Sum of RGB (Red+Green+Blue) = 113+52+144=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #713490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713490 is #8ECB6F. Grayscale: #505050. Windows color (decimal): -9358192 or 9450609. OLE color: 9450609.

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

Color convert

RGB 113 52 144 -
CMYK 0.22 0.64 0 0.44
HSL 279.78º 0.47% 0.38% -
HSV(B) 279.78º 0.64% 0.56% -
XYZ 13.07 7.98 27.24 -
YUV 80.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 113 52 144 0.22 0.64 0 0.44 279.78 0.47 0.38
Hex 71 34 90 16 40 0 2C 118 2F 26
Octal 161 64 220 26 100 0 54 430 57 46
Binary 1110001 110100 10010000 10110 1000000 0 101100 100011000 101111 100110

Color Harmonies of #713490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713490

Black with #713490

Text Example


Text Example

White with #713490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713490; }

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

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

background-color css

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

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

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

border-color css

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

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

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