Html Css Color HEX #713BFF Blue Violet

📋 copy color: '#713BFF'

red 113 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #713BFF

Tints of Blue Violet #713BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.72%

R = 26.46%
G = 13.82%
B = 59.72%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#713BFF (or 0x713BFF) is known color: Blue Violet. HEX triplet: 71, 3B and FF. RGB value is (113,59,255). Sum of RGB (Red+Green+Blue) = 113+59+255=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #713BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713BFF is #8EC400. Grayscale: #606060. Windows color (decimal): -9356289 or 16726897. OLE color: 16726897.

HSL color Cylindrical-coordinate representation of color #713BFF: hue angle of 256.53º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713BFF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 59 255 -
CMYK 0.56 0.77 0 0
HSL 256.53º 1% 0.62% -
HSV(B) 256.53º 0.77% 1% -
XYZ 26.42 13.86 95.89 -
YUV 97.49 216.89 139.06 -
System Red Green Blue C M Y K H S L
Decimal 113 59 255 0.56 0.77 0 0 256.53 1 0.62
Hex 71 3B FF 38 4D 0 0 101 64 3E
Octal 161 73 377 70 115 0 0 401 144 76
Binary 1110001 111011 11111111 111000 1001101 0 0 100000001 1100100 111110

Color Harmonies of #713BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BFF

Black with #713BFF

Text Example


Text Example

White with #713BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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