Html Css Color HEX #713BFD Blue Violet

📋 copy color: '#713BFD'

red 113 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #713BFD

Tints of Blue Violet #713BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.53%

R = 26.59%
G = 13.88%
B = 59.53%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#713BFD (or 0x713BFD) is known color: Blue Violet. HEX triplet: 71, 3B and FD. RGB value is (113,59,253). Sum of RGB (Red+Green+Blue) = 113+59+253=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #713BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFD is #8EC402. Grayscale: #606060. Windows color (decimal): -9356291 or 16595825. OLE color: 16595825.

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

Color convert

RGB 113 59 253 -
CMYK 0.55 0.77 0 0.01
HSL 256.7º 0.98% 0.61% -
HSV(B) 256.7º 0.77% 0.99% -
XYZ 26.1 13.73 94.2 -
YUV 97.26 215.89 139.23 -
System Red Green Blue C M Y K H S L
Decimal 113 59 253 0.55 0.77 0 0.01 256.7 0.98 0.61
Hex 71 3B FD 37 4D 0 1 101 62 3D
Octal 161 73 375 67 115 0 1 401 142 75
Binary 1110001 111011 11111101 110111 1001101 0 1 100000001 1100010 111101

Color Harmonies of #713BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BFD

Black with #713BFD

Text Example


Text Example

White with #713BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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