Html Css Color HEX #713BFA Blue Violet

📋 copy color: '#713BFA'

red 113 ◦ green 59 ◦ blue 250

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

Shades of Blue Violet #713BFA

Tints of Blue Violet #713BFA

RGB

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

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

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

R = 26.78%
G = 13.98%
B = 59.24%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#713BFA (or 0x713BFA) is known color: Blue Violet. HEX triplet: 71, 3B and FA. RGB value is (113,59,250). Sum of RGB (Red+Green+Blue) = 113+59+250=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #713BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFA is #8EC405. Grayscale: #606060. Windows color (decimal): -9356294 or 16399217. OLE color: 16399217.

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

Color convert

RGB 113 59 250 -
CMYK 0.55 0.76 0 0.02
HSL 256.96º 0.95% 0.61% -
HSV(B) 256.96º 0.76% 0.98% -
XYZ 25.63 13.54 91.71 -
YUV 96.92 214.39 139.47 -
System Red Green Blue C M Y K H S L
Decimal 113 59 250 0.55 0.76 0 0.02 256.96 0.95 0.61
Hex 71 3B FA 37 4C 0 2 101 5F 3D
Octal 161 73 372 67 114 0 2 401 137 75
Binary 1110001 111011 11111010 110111 1001100 0 10 100000001 1011111 111101

Color Harmonies of #713BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BFA

Black with #713BFA

Text Example


Text Example

White with #713BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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