Html Css Color HEX #713593 Vivid Violet

📋 copy color: '#713593'

red 113 ◦ green 53 ◦ blue 147

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

Shades of Vivid Violet #713593

Tints of Vivid Violet #713593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

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

R = 36.1%
G = 16.93%
B = 46.96%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713593 (or 0x713593) is known color: Vivid Violet. HEX triplet: 71, 35 and 93. RGB value is (113,53,147). Sum of RGB (Red+Green+Blue) = 113+53+147=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #713593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713593 is #8ECA6C. Grayscale: #515151. Windows color (decimal): -9357933 or 9647473. OLE color: 9647473.

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

Color convert

RGB 113 53 147 -
CMYK 0.23 0.64 0 0.42
HSL 278.3º 0.47% 0.39% -
HSV(B) 278.3º 0.64% 0.58% -
XYZ 13.35 8.16 28.48 -
YUV 81.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 113 53 147 0.23 0.64 0 0.42 278.3 0.47 0.39
Hex 71 35 93 17 40 0 2A 116 2F 27
Octal 161 65 223 27 100 0 52 426 57 47
Binary 1110001 110101 10010011 10111 1000000 0 101010 100010110 101111 100111

Color Harmonies of #713593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713593

Black with #713593

Text Example


Text Example

White with #713593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713593; }

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

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

background-color css

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

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

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

border-color css

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

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

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