Html Css Color HEX #713390 Vivid Violet

📋 copy color: '#713390'

red 113 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #713390

Tints of Vivid Violet #713390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 36.69%
G = 16.56%
B = 46.75%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713390 (or 0x713390) is known color: Vivid Violet. HEX triplet: 71, 33 and 90. RGB value is (113,51,144). Sum of RGB (Red+Green+Blue) = 113+51+144=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #713390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713390 is #8ECC6F. Grayscale: #4F4F4F. Windows color (decimal): -9358448 or 9450353. OLE color: 9450353.

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

Color convert

RGB 113 51 144 -
CMYK 0.22 0.65 0 0.44
HSL 280º 0.48% 0.38% -
HSV(B) 280º 0.65% 0.56% -
XYZ 13.03 7.89 27.22 -
YUV 80.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 113 51 144 0.22 0.65 0 0.44 280 0.48 0.38
Hex 71 33 90 16 41 0 2C 118 30 26
Octal 161 63 220 26 101 0 54 430 60 46
Binary 1110001 110011 10010000 10110 1000001 0 101100 100011000 110000 100110

Color Harmonies of #713390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713390

Black with #713390

Text Example


Text Example

White with #713390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713390; }

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

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

background-color css

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

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

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

border-color css

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

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

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