Html Css Color HEX #713587 Vivid Violet

📋 copy color: '#713587'

red 113 ◦ green 53 ◦ blue 135

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

Shades of Vivid Violet #713587

Tints of Vivid Violet #713587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 37.54%
G = 17.61%
B = 44.85%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713587 (or 0x713587) is known color: Vivid Violet. HEX triplet: 71, 35 and 87. RGB value is (113,53,135). Sum of RGB (Red+Green+Blue) = 113+53+135=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #713587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713587 is #8ECA78. Grayscale: #505050. Windows color (decimal): -9357945 or 8861041. OLE color: 8861041.

HSL color Cylindrical-coordinate representation of color #713587: hue angle of 283.9º 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 #713587 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 53 135 -
CMYK 0.16 0.61 0 0.47
HSL 283.9º 0.44% 0.37% -
HSV(B) 283.9º 0.61% 0.53% -
XYZ 12.46 7.81 23.77 -
YUV 80.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 113 53 135 0.16 0.61 0 0.47 283.9 0.44 0.37
Hex 71 35 87 10 3D 0 2F 11C 2C 25
Octal 161 65 207 20 75 0 57 434 54 45
Binary 1110001 110101 10000111 10000 111101 0 101111 100011100 101100 100101

Color Harmonies of #713587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713587

Black with #713587

Text Example


Text Example

White with #713587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713587; }

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

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

background-color css

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

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

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

border-color css

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

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

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