Html Css Color HEX #713493 Vivid Violet

📋 copy color: '#713493'

red 113 ◦ green 52 ◦ blue 147

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

Shades of Vivid Violet #713493

Tints of Vivid Violet #713493

RGB

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

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

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

R = 36.22%
G = 16.67%
B = 47.12%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713493 (or 0x713493) is known color: Vivid Violet. HEX triplet: 71, 34 and 93. RGB value is (113,52,147). Sum of RGB (Red+Green+Blue) = 113+52+147=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #713493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713493 is #8ECB6C. Grayscale: #505050. Windows color (decimal): -9358189 or 9647217. OLE color: 9647217.

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

Color convert

RGB 113 52 147 -
CMYK 0.23 0.65 0 0.42
HSL 278.53º 0.48% 0.39% -
HSV(B) 278.53º 0.65% 0.58% -
XYZ 13.3 8.07 28.46 -
YUV 81.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 113 52 147 0.23 0.65 0 0.42 278.53 0.48 0.39
Hex 71 34 93 17 41 0 2A 117 30 27
Octal 161 64 223 27 101 0 52 427 60 47
Binary 1110001 110100 10010011 10111 1000001 0 101010 100010111 110000 100111

Color Harmonies of #713493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713493

Black with #713493

Text Example


Text Example

White with #713493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713493; }

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

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

background-color css

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

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

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

border-color css

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

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

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