Html Css Color HEX #713AF0 Blue Violet

📋 copy color: '#713AF0'

red 113 ◦ green 58 ◦ blue 240

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

Shades of Blue Violet #713AF0

Tints of Blue Violet #713AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.39%

R = 27.49%
G = 14.11%
B = 58.39%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#713AF0 (or 0x713AF0) is known color: Blue Violet. HEX triplet: 71, 3A and F0. RGB value is (113,58,240). Sum of RGB (Red+Green+Blue) = 113+58+240=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #713AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AF0 is #8EC50F. Grayscale: #5E5E5E. Windows color (decimal): -9356560 or 15743601. OLE color: 15743601.

HSL color Cylindrical-coordinate representation of color #713AF0: hue angle of 258.13º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713AF0 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 58 240 -
CMYK 0.53 0.76 0 0.06
HSL 258.13º 0.86% 0.58% -
HSV(B) 258.13º 0.76% 0.94% -
XYZ 24.05 12.83 83.65 -
YUV 95.19 209.72 140.7 -
System Red Green Blue C M Y K H S L
Decimal 113 58 240 0.53 0.76 0 0.06 258.13 0.86 0.58
Hex 71 3A F0 35 4C 0 6 102 56 3A
Octal 161 72 360 65 114 0 6 402 126 72
Binary 1110001 111010 11110000 110101 1001100 0 110 100000010 1010110 111010

Color Harmonies of #713AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AF0

Black with #713AF0

Text Example


Text Example

White with #713AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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