Html Css Color HEX #713989 Vivid Violet

📋 copy color: '#713989'

red 113 ◦ green 57 ◦ blue 137

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

Shades of Vivid Violet #713989

Tints of Vivid Violet #713989

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 36.81%
G = 18.57%
B = 44.63%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#713989 (or 0x713989) is known color: Vivid Violet. HEX triplet: 71, 39 and 89. RGB value is (113,57,137). Sum of RGB (Red+Green+Blue) = 113+57+137=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #713989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713989 is #8EC676. Grayscale: #525252. Windows color (decimal): -9356919 or 8993137. OLE color: 8993137.

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

Color convert

RGB 113 57 137 -
CMYK 0.18 0.58 0 0.46
HSL 282º 0.41% 0.38% -
HSV(B) 282º 0.58% 0.54% -
XYZ 12.79 8.24 24.58 -
YUV 82.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 113 57 137 0.18 0.58 0 0.46 282 0.41 0.38
Hex 71 39 89 12 3A 0 2E 11A 29 26
Octal 161 71 211 22 72 0 56 432 51 46
Binary 1110001 111001 10001001 10010 111010 0 101110 100011010 101001 100110

Color Harmonies of #713989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713989

Black with #713989

Text Example


Text Example

White with #713989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713989; }

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

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

background-color css

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

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

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

border-color css

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

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

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