Html Css Color HEX #713189 Vivid Violet

📋 copy color: '#713189'

red 113 ◦ green 49 ◦ blue 137

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

Shades of Vivid Violet #713189

Tints of Vivid Violet #713189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 37.79%
G = 16.39%
B = 45.82%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#713189 (or 0x713189) is known color: Vivid Violet. HEX triplet: 71, 31 and 89. RGB value is (113,49,137). Sum of RGB (Red+Green+Blue) = 113+49+137=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #713189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713189 is #8ECE76. Grayscale: #4D4D4D. Windows color (decimal): -9358967 or 8991089. OLE color: 8991089.

HSL color Cylindrical-coordinate representation of color #713189: hue angle of 283.64º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713189 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 49 137 -
CMYK 0.18 0.64 0 0.46
HSL 283.64º 0.47% 0.36% -
HSV(B) 283.64º 0.64% 0.54% -
XYZ 12.42 7.51 24.46 -
YUV 78.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 113 49 137 0.18 0.64 0 0.46 283.64 0.47 0.36
Hex 71 31 89 12 40 0 2E 11C 2F 24
Octal 161 61 211 22 100 0 56 434 57 44
Binary 1110001 110001 10001001 10010 1000000 0 101110 100011100 101111 100100

Color Harmonies of #713189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713189

Black with #713189

Text Example


Text Example

White with #713189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713189; }

 p { color: rgb(113,49,137); }

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

background-color css

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

 a { background-color: rgb(113,49,137); }

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

border-color css

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

 span { border-color: rgb(113,49,137); }

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