Html Css Color HEX #713489 Vivid Violet

📋 copy color: '#713489'

red 113 ◦ green 52 ◦ blue 137

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

Shades of Vivid Violet #713489

Tints of Vivid Violet #713489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 37.42%
G = 17.22%
B = 45.36%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#713489 (or 0x713489) is known color: Vivid Violet. HEX triplet: 71, 34 and 89. RGB value is (113,52,137). Sum of RGB (Red+Green+Blue) = 113+52+137=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #713489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713489 is #8ECB76. Grayscale: #4F4F4F. Windows color (decimal): -9358199 or 8991857. OLE color: 8991857.

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

Color convert

RGB 113 52 137 -
CMYK 0.18 0.62 0 0.46
HSL 283.06º 0.45% 0.37% -
HSV(B) 283.06º 0.62% 0.54% -
XYZ 12.55 7.77 24.51 -
YUV 79.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 113 52 137 0.18 0.62 0 0.46 283.06 0.45 0.37
Hex 71 34 89 12 3E 0 2E 11B 2D 25
Octal 161 64 211 22 76 0 56 433 55 45
Binary 1110001 110100 10001001 10010 111110 0 101110 100011011 101101 100101

Color Harmonies of #713489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713489

Black with #713489

Text Example


Text Example

White with #713489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713489; }

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

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

background-color css

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

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

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

border-color css

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

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

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