Html Css Color HEX #713689 Vivid Violet

📋 copy color: '#713689'

red 113 ◦ green 54 ◦ blue 137

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

Shades of Vivid Violet #713689

Tints of Vivid Violet #713689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

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

R = 37.17%
G = 17.76%
B = 45.07%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#713689 (or 0x713689) is known color: Vivid Violet. HEX triplet: 71, 36 and 89. RGB value is (113,54,137). Sum of RGB (Red+Green+Blue) = 113+54+137=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #713689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713689 is #8EC976. Grayscale: #505050. Windows color (decimal): -9357687 or 8992369. OLE color: 8992369.

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

Color convert

RGB 113 54 137 -
CMYK 0.18 0.61 0 0.46
HSL 282.65º 0.43% 0.37% -
HSV(B) 282.65º 0.61% 0.54% -
XYZ 12.64 7.96 24.54 -
YUV 81.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 113 54 137 0.18 0.61 0 0.46 282.65 0.43 0.37
Hex 71 36 89 12 3D 0 2E 11B 2B 25
Octal 161 66 211 22 75 0 56 433 53 45
Binary 1110001 110110 10001001 10010 111101 0 101110 100011011 101011 100101

Color Harmonies of #713689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713689

Black with #713689

Text Example


Text Example

White with #713689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713689; }

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

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

background-color css

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

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

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

border-color css

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

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

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