Html Css Color HEX #713089 Vivid Violet

📋 copy color: '#713089'

red 113 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #713089

Tints of Vivid Violet #713089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 37.92%
G = 16.11%
B = 45.97%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#713089 (or 0x713089) is known color: Vivid Violet. HEX triplet: 71, 30 and 89. RGB value is (113,48,137). Sum of RGB (Red+Green+Blue) = 113+48+137=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #713089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713089 is #8ECF76. Grayscale: #4D4D4D. Windows color (decimal): -9359223 or 8990833. OLE color: 8990833.

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

Color convert

RGB 113 48 137 -
CMYK 0.18 0.65 0 0.46
HSL 283.82º 0.48% 0.36% -
HSV(B) 283.82º 0.65% 0.54% -
XYZ 12.38 7.43 24.45 -
YUV 77.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 113 48 137 0.18 0.65 0 0.46 283.82 0.48 0.36
Hex 71 30 89 12 41 0 2E 11C 30 24
Octal 161 60 211 22 101 0 56 434 60 44
Binary 1110001 110000 10001001 10010 1000001 0 101110 100011100 110000 100100

Color Harmonies of #713089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713089

Black with #713089

Text Example


Text Example

White with #713089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713089; }

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

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

background-color css

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

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

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

border-color css

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

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

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