Html Css Color HEX #713AF8 Blue Violet

📋 copy color: '#713AF8'

red 113 ◦ green 58 ◦ blue 248

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

Shades of Blue Violet #713AF8

Tints of Blue Violet #713AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 59.19%

R = 26.97%
G = 13.84%
B = 59.19%

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

#713AF8 (or 0x713AF8) is known color: Blue Violet. HEX triplet: 71, 3A and F8. RGB value is (113,58,248). Sum of RGB (Red+Green+Blue) = 113+58+248=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #713AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AF8 is #8EC507. Grayscale: #5F5F5F. Windows color (decimal): -9356552 or 16267889. OLE color: 16267889.

HSL color Cylindrical-coordinate representation of color #713AF8: hue angle of 257.37º degrees, saturation: 0.93, 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 #713AF8 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 58 248 -
CMYK 0.54 0.77 0 0.03
HSL 257.37º 0.93% 0.6% -
HSV(B) 257.37º 0.77% 0.97% -
XYZ 25.27 13.31 90.05 -
YUV 96.11 213.72 140.05 -
System Red Green Blue C M Y K H S L
Decimal 113 58 248 0.54 0.77 0 0.03 257.37 0.93 0.6
Hex 71 3A F8 36 4D 0 3 101 5D 3C
Octal 161 72 370 66 115 0 3 401 135 74
Binary 1110001 111010 11111000 110110 1001101 0 11 100000001 1011101 111100

Color Harmonies of #713AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AF8

Black with #713AF8

Text Example


Text Example

White with #713AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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