Html Css Color HEX #713889 Vivid Violet

📋 copy color: '#713889'

red 113 ◦ green 56 ◦ blue 137

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

Shades of Vivid Violet #713889

Tints of Vivid Violet #713889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

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

R = 36.93%
G = 18.3%
B = 44.77%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#713889 (or 0x713889) is known color: Vivid Violet. HEX triplet: 71, 38 and 89. RGB value is (113,56,137). Sum of RGB (Red+Green+Blue) = 113+56+137=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #713889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713889 is #8EC776. Grayscale: #525252. Windows color (decimal): -9357175 or 8992881. OLE color: 8992881.

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

Color convert

RGB 113 56 137 -
CMYK 0.18 0.59 0 0.46
HSL 282.22º 0.42% 0.38% -
HSV(B) 282.22º 0.59% 0.54% -
XYZ 12.74 8.15 24.57 -
YUV 82.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 113 56 137 0.18 0.59 0 0.46 282.22 0.42 0.38
Hex 71 38 89 12 3B 0 2E 11A 2A 26
Octal 161 70 211 22 73 0 56 432 52 46
Binary 1110001 111000 10001001 10010 111011 0 101110 100011010 101010 100110

Color Harmonies of #713889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713889

Black with #713889

Text Example


Text Example

White with #713889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713889; }

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

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

background-color css

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

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

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

border-color css

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

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

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