Html Css Color HEX #713DFB Blue Violet

📋 copy color: '#713DFB'

red 113 ◦ green 61 ◦ blue 251

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

Shades of Blue Violet #713DFB

Tints of Blue Violet #713DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.35%

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

R = 26.59%
G = 14.35%
B = 59.06%

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

#713DFB (or 0x713DFB) is known color: Blue Violet. HEX triplet: 71, 3D and FB. RGB value is (113,61,251). Sum of RGB (Red+Green+Blue) = 113+61+251=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #713DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DFB is #8EC204. Grayscale: #616161. Windows color (decimal): -9355781 or 16465265. OLE color: 16465265.

HSL color Cylindrical-coordinate representation of color #713DFB: hue angle of 256.42º degrees, saturation: 0.96, 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 #713DFB is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 61 251 -
CMYK 0.55 0.76 0 0.02
HSL 256.42º 0.96% 0.61% -
HSV(B) 256.42º 0.76% 0.98% -
XYZ 25.89 13.81 92.57 -
YUV 98.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 113 61 251 0.55 0.76 0 0.02 256.42 0.96 0.61
Hex 71 3D FB 37 4C 0 2 100 60 3D
Octal 161 75 373 67 114 0 2 400 140 75
Binary 1110001 111101 11111011 110111 1001100 0 10 100000000 1100000 111101

Color Harmonies of #713DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DFB

Black with #713DFB

Text Example


Text Example

White with #713DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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