Html Css Color HEX #713AF7 Blue Violet

📋 copy color: '#713AF7'

red 113 ◦ green 58 ◦ blue 247

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

Shades of Blue Violet #713AF7

Tints of Blue Violet #713AF7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.88%

 BLUE value IS 247 (96.88% from 255) = 59.09%

R = 27.03%
G = 13.88%
B = 59.09%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#713AF7 (or 0x713AF7) is known color: Blue Violet. HEX triplet: 71, 3A and F7. RGB value is (113,58,247). Sum of RGB (Red+Green+Blue) = 113+58+247=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 247 (96.88% from 255 or 59.09% from 418); Max value from RGB is 247 - color contains mainly: blue. Hex color #713AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AF7 is #8EC508. Grayscale: #5F5F5F. Windows color (decimal): -9356553 or 16202353. OLE color: 16202353.

HSL color Cylindrical-coordinate representation of color #713AF7: hue angle of 257.46º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713AF7 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 58 247 -
CMYK 0.54 0.77 0 0.03
HSL 257.46º 0.92% 0.6% -
HSV(B) 257.46º 0.77% 0.97% -
XYZ 25.11 13.25 89.23 -
YUV 95.99 213.22 140.13 -
System Red Green Blue C M Y K H S L
Decimal 113 58 247 0.54 0.77 0 0.03 257.46 0.92 0.6
Hex 71 3A F7 36 4D 0 3 101 5C 3C
Octal 161 72 367 66 115 0 3 401 134 74
Binary 1110001 111010 11110111 110110 1001101 0 11 100000001 1011100 111100

Color Harmonies of #713AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AF7

Black with #713AF7

Text Example


Text Example

White with #713AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713AF7; }

 p { color: rgb(113,58,247); }

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

background-color css

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

 a { background-color: rgb(113,58,247); }

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

border-color css

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

 span { border-color: rgb(113,58,247); }

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