Html Css Color HEX #713087 Vivid Violet

📋 copy color: '#713087'

red 113 ◦ green 48 ◦ blue 135

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

Shades of Vivid Violet #713087

Tints of Vivid Violet #713087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 38.18%
G = 16.22%
B = 45.61%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713087 (or 0x713087) is known color: Vivid Violet. HEX triplet: 71, 30 and 87. RGB value is (113,48,135). Sum of RGB (Red+Green+Blue) = 113+48+135=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #713087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713087 is #8ECF78. Grayscale: #4D4D4D. Windows color (decimal): -9359225 or 8859761. OLE color: 8859761.

HSL color Cylindrical-coordinate representation of color #713087: hue angle of 284.83º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713087 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 48 135 -
CMYK 0.16 0.64 0 0.47
HSL 284.83º 0.48% 0.36% -
HSV(B) 284.83º 0.64% 0.53% -
XYZ 12.24 7.37 23.7 -
YUV 77.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 113 48 135 0.16 0.64 0 0.47 284.83 0.48 0.36
Hex 71 30 87 10 40 0 2F 11D 30 24
Octal 161 60 207 20 100 0 57 435 60 44
Binary 1110001 110000 10000111 10000 1000000 0 101111 100011101 110000 100100

Color Harmonies of #713087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713087

Black with #713087

Text Example


Text Example

White with #713087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713087; }

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

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

background-color css

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

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

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

border-color css

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

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

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