Html Css Color HEX #713693 Vivid Violet

📋 copy color: '#713693'

red 113 ◦ green 54 ◦ blue 147

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

Shades of Vivid Violet #713693

Tints of Vivid Violet #713693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 35.99%
G = 17.2%
B = 46.82%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713693 (or 0x713693) is known color: Vivid Violet. HEX triplet: 71, 36 and 93. RGB value is (113,54,147). Sum of RGB (Red+Green+Blue) = 113+54+147=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #713693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713693 is #8EC96C. Grayscale: #515151. Windows color (decimal): -9357677 or 9647729. OLE color: 9647729.

HSL color Cylindrical-coordinate representation of color #713693: hue angle of 278.06º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713693 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 54 147 -
CMYK 0.23 0.63 0 0.42
HSL 278.06º 0.46% 0.39% -
HSV(B) 278.06º 0.63% 0.58% -
XYZ 13.4 8.26 28.49 -
YUV 82.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 113 54 147 0.23 0.63 0 0.42 278.06 0.46 0.39
Hex 71 36 93 17 3F 0 2A 116 2E 27
Octal 161 66 223 27 77 0 52 426 56 47
Binary 1110001 110110 10010011 10111 111111 0 101010 100010110 101110 100111

Color Harmonies of #713693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713693

Black with #713693

Text Example


Text Example

White with #713693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713693; }

 p { color: rgb(113,54,147); }

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

background-color css

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

 a { background-color: rgb(113,54,147); }

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

border-color css

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

 span { border-color: rgb(113,54,147); }

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