Html Css Color HEX #713691 Vivid Violet

📋 copy color: '#713691'

red 113 ◦ green 54 ◦ blue 145

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

Shades of Vivid Violet #713691

Tints of Vivid Violet #713691

RGB

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

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

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

R = 36.22%
G = 17.31%
B = 46.47%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713691 (or 0x713691) is known color: Vivid Violet. HEX triplet: 71, 36 and 91. RGB value is (113,54,145). Sum of RGB (Red+Green+Blue) = 113+54+145=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #713691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713691 is #8EC96E. Grayscale: #515151. Windows color (decimal): -9357679 or 9516657. OLE color: 9516657.

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

Color convert

RGB 113 54 145 -
CMYK 0.22 0.63 0 0.43
HSL 278.9º 0.46% 0.39% -
HSV(B) 278.9º 0.63% 0.57% -
XYZ 13.24 8.19 27.67 -
YUV 82.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 113 54 145 0.22 0.63 0 0.43 278.9 0.46 0.39
Hex 71 36 91 16 3F 0 2B 117 2E 27
Octal 161 66 221 26 77 0 53 427 56 47
Binary 1110001 110110 10010001 10110 111111 0 101011 100010111 101110 100111

Color Harmonies of #713691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713691

Black with #713691

Text Example


Text Example

White with #713691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713691; }

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

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

background-color css

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

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

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

border-color css

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

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

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