Html Css Color HEX #713987 Vivid Violet

📋 copy color: '#713987'

red 113 ◦ green 57 ◦ blue 135

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

Shades of Vivid Violet #713987

Tints of Vivid Violet #713987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

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

R = 37.05%
G = 18.69%
B = 44.26%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713987 (or 0x713987) is known color: Vivid Violet. HEX triplet: 71, 39 and 87. RGB value is (113,57,135). Sum of RGB (Red+Green+Blue) = 113+57+135=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #713987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713987 is #8EC678. Grayscale: #525252. Windows color (decimal): -9356921 or 8862065. OLE color: 8862065.

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

Color convert

RGB 113 57 135 -
CMYK 0.16 0.58 0 0.47
HSL 283.08º 0.41% 0.38% -
HSV(B) 283.08º 0.58% 0.53% -
XYZ 12.65 8.19 23.84 -
YUV 82.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 113 57 135 0.16 0.58 0 0.47 283.08 0.41 0.38
Hex 71 39 87 10 3A 0 2F 11B 29 26
Octal 161 71 207 20 72 0 57 433 51 46
Binary 1110001 111001 10000111 10000 111010 0 101111 100011011 101001 100110

Color Harmonies of #713987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713987

Black with #713987

Text Example


Text Example

White with #713987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713987; }

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

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

background-color css

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

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

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

border-color css

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

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

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