Html Css Color HEX #713491 Vivid Violet

📋 copy color: '#713491'

red 113 ◦ green 52 ◦ blue 145

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

Shades of Vivid Violet #713491

Tints of Vivid Violet #713491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 36.45%
G = 16.77%
B = 46.77%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713491 (or 0x713491) is known color: Vivid Violet. HEX triplet: 71, 34 and 91. RGB value is (113,52,145). Sum of RGB (Red+Green+Blue) = 113+52+145=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #713491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713491 is #8ECB6E. Grayscale: #505050. Windows color (decimal): -9358191 or 9516145. OLE color: 9516145.

HSL color Cylindrical-coordinate representation of color #713491: hue angle of 279.35º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713491 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 52 145 -
CMYK 0.22 0.64 0 0.43
HSL 279.35º 0.47% 0.39% -
HSV(B) 279.35º 0.64% 0.57% -
XYZ 13.15 8.01 27.64 -
YUV 80.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 113 52 145 0.22 0.64 0 0.43 279.35 0.47 0.39
Hex 71 34 91 16 40 0 2B 117 2F 27
Octal 161 64 221 26 100 0 53 427 57 47
Binary 1110001 110100 10010001 10110 1000000 0 101011 100010111 101111 100111

Color Harmonies of #713491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713491

Black with #713491

Text Example


Text Example

White with #713491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713491; }

 p { color: rgb(113,52,145); }

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

background-color css

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

 a { background-color: rgb(113,52,145); }

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

border-color css

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

 span { border-color: rgb(113,52,145); }

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