Html Css Color HEX #713EFB Blue Violet

📋 copy color: '#713EFB'

red 113 ◦ green 62 ◦ blue 251

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

Shades of Blue Violet #713EFB

Tints of Blue Violet #713EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.55%

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 26.53%
G = 14.55%
B = 58.92%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#713EFB (or 0x713EFB) is known color: Blue Violet. HEX triplet: 71, 3E and FB. RGB value is (113,62,251). Sum of RGB (Red+Green+Blue) = 113+62+251=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #713EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713EFB is #8EC104. Grayscale: #626262. Windows color (decimal): -9355525 or 16465521. OLE color: 16465521.

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

Color convert

RGB 113 62 251 -
CMYK 0.55 0.75 0 0.02
HSL 256.19º 0.96% 0.61% -
HSV(B) 256.19º 0.75% 0.98% -
XYZ 25.95 13.92 92.59 -
YUV 98.8 213.9 138.13 -
System Red Green Blue C M Y K H S L
Decimal 113 62 251 0.55 0.75 0 0.02 256.19 0.96 0.61
Hex 71 3E FB 37 4B 0 2 100 60 3D
Octal 161 76 373 67 113 0 2 400 140 75
Binary 1110001 111110 11111011 110111 1001011 0 10 100000000 1100000 111101

Color Harmonies of #713EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EFB

Black with #713EFB

Text Example


Text Example

White with #713EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,251); }

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

background-color css

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

 a { background-color: rgb(113,62,251); }

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

border-color css

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

 span { border-color: rgb(113,62,251); }

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