Html Css Color HEX #713BF4 Blue Violet

📋 copy color: '#713BF4'

red 113 ◦ green 59 ◦ blue 244

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

Shades of Blue Violet #713BF4

Tints of Blue Violet #713BF4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

 BLUE value IS 244 (95.7% from 255) = 58.65%

R = 27.16%
G = 14.18%
B = 58.65%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#713BF4 (or 0x713BF4) is known color: Blue Violet. HEX triplet: 71, 3B and F4. RGB value is (113,59,244). Sum of RGB (Red+Green+Blue) = 113+59+244=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 244 (95.70% from 255 or 58.65% from 416); Max value from RGB is 244 - color contains mainly: blue. Hex color #713BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BF4 is #8EC40B. Grayscale: #5F5F5F. Windows color (decimal): -9356300 or 16006001. OLE color: 16006001.

HSL color Cylindrical-coordinate representation of color #713BF4: hue angle of 257.51º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713BF4 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 59 244 -
CMYK 0.54 0.76 0 0.04
HSL 257.51º 0.89% 0.59% -
HSV(B) 257.51º 0.76% 0.96% -
XYZ 24.7 13.17 86.83 -
YUV 96.24 211.39 139.96 -
System Red Green Blue C M Y K H S L
Decimal 113 59 244 0.54 0.76 0 0.04 257.51 0.89 0.59
Hex 71 3B F4 36 4C 0 4 102 59 3B
Octal 161 73 364 66 114 0 4 402 131 73
Binary 1110001 111011 11110100 110110 1001100 0 100 100000010 1011001 111011

Color Harmonies of #713BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BF4

Black with #713BF4

Text Example


Text Example

White with #713BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,59,244); }

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

background-color css

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

 a { background-color: rgb(113,59,244); }

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

border-color css

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

 span { border-color: rgb(113,59,244); }

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