Html Css Color HEX #713086 Vivid Violet

📋 copy color: '#713086'

red 113 ◦ green 48 ◦ blue 134

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

Shades of Vivid Violet #713086

Tints of Vivid Violet #713086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.42%

R = 38.31%
G = 16.27%
B = 45.42%

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

#713086 (or 0x713086) is known color: Vivid Violet. HEX triplet: 71, 30 and 86. RGB value is (113,48,134). Sum of RGB (Red+Green+Blue) = 113+48+134=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #713086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713086 is #8ECF79. Grayscale: #4C4C4C. Windows color (decimal): -9359226 or 8794225. OLE color: 8794225.

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

Color convert

RGB 113 48 134 -
CMYK 0.16 0.64 0 0.47
HSL 285.35º 0.47% 0.36% -
HSV(B) 285.35º 0.64% 0.53% -
XYZ 12.17 7.35 23.33 -
YUV 77.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 113 48 134 0.16 0.64 0 0.47 285.35 0.47 0.36
Hex 71 30 86 10 40 0 2F 11D 2F 24
Octal 161 60 206 20 100 0 57 435 57 44
Binary 1110001 110000 10000110 10000 1000000 0 101111 100011101 101111 100100

Color Harmonies of #713086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713086

Black with #713086

Text Example


Text Example

White with #713086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713086; }

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

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

background-color css

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

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

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

border-color css

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

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

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