Html Css Color HEX #713AFA Blue Violet

📋 copy color: '#713AFA'

red 113 ◦ green 58 ◦ blue 250

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

Shades of Blue Violet #713AFA

Tints of Blue Violet #713AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 26.84%
G = 13.78%
B = 59.38%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#713AFA (or 0x713AFA) is known color: Blue Violet. HEX triplet: 71, 3A and FA. RGB value is (113,58,250). Sum of RGB (Red+Green+Blue) = 113+58+250=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #713AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AFA is #8EC505. Grayscale: #5F5F5F. Windows color (decimal): -9356550 or 16398961. OLE color: 16398961.

HSL color Cylindrical-coordinate representation of color #713AFA: hue angle of 257.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713AFA is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 58 250 -
CMYK 0.55 0.77 0 0.02
HSL 257.19º 0.95% 0.6% -
HSV(B) 257.19º 0.77% 0.98% -
XYZ 25.58 13.44 91.69 -
YUV 96.33 214.72 139.89 -
System Red Green Blue C M Y K H S L
Decimal 113 58 250 0.55 0.77 0 0.02 257.19 0.95 0.6
Hex 71 3A FA 37 4D 0 2 101 5F 3C
Octal 161 72 372 67 115 0 2 401 137 74
Binary 1110001 111010 11111010 110111 1001101 0 10 100000001 1011111 111100

Color Harmonies of #713AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AFA

Black with #713AFA

Text Example


Text Example

White with #713AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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