Html Css Color HEX #713588 Vivid Violet

📋 copy color: '#713588'

red 113 ◦ green 53 ◦ blue 136

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

Shades of Vivid Violet #713588

Tints of Vivid Violet #713588

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 37.42%
G = 17.55%
B = 45.03%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713588 (or 0x713588) is known color: Vivid Violet. HEX triplet: 71, 35 and 88. RGB value is (113,53,136). Sum of RGB (Red+Green+Blue) = 113+53+136=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #713588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713588 is #8ECA77. Grayscale: #505050. Windows color (decimal): -9357944 or 8926577. OLE color: 8926577.

HSL color Cylindrical-coordinate representation of color #713588: hue angle of 283.37º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #713588 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 53 136 -
CMYK 0.17 0.61 0 0.47
HSL 283.37º 0.44% 0.37% -
HSV(B) 283.37º 0.61% 0.53% -
XYZ 12.53 7.83 24.14 -
YUV 80.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 113 53 136 0.17 0.61 0 0.47 283.37 0.44 0.37
Hex 71 35 88 11 3D 0 2F 11B 2C 25
Octal 161 65 210 21 75 0 57 433 54 45
Binary 1110001 110101 10001000 10001 111101 0 101111 100011011 101100 100101

Color Harmonies of #713588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713588

Black with #713588

Text Example


Text Example

White with #713588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713588; }

 p { color: rgb(113,53,136); }

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

background-color css

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

 a { background-color: rgb(113,53,136); }

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

border-color css

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

 span { border-color: rgb(113,53,136); }

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