Html Css Color HEX #713290 Vivid Violet

📋 copy color: '#713290'

red 113 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #713290

Tints of Vivid Violet #713290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 36.81%
G = 16.29%
B = 46.91%

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

#713290 (or 0x713290) is known color: Vivid Violet. HEX triplet: 71, 32 and 90. RGB value is (113,50,144). Sum of RGB (Red+Green+Blue) = 113+50+144=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #713290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713290 is #8ECD6F. Grayscale: #4F4F4F. Windows color (decimal): -9358704 or 9450097. OLE color: 9450097.

HSL color Cylindrical-coordinate representation of color #713290: hue angle of 280.21º 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 #713290 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 50 144 -
CMYK 0.22 0.65 0 0.44
HSL 280.21º 0.48% 0.38% -
HSV(B) 280.21º 0.65% 0.56% -
XYZ 12.98 7.81 27.21 -
YUV 79.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 113 50 144 0.22 0.65 0 0.44 280.21 0.48 0.38
Hex 71 32 90 16 41 0 2C 118 30 26
Octal 161 62 220 26 101 0 54 430 60 46
Binary 1110001 110010 10010000 10110 1000001 0 101100 100011000 110000 100110

Color Harmonies of #713290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713290

Black with #713290

Text Example


Text Example

White with #713290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713290; }

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

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

background-color css

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

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

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

border-color css

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

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

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