Html Css Color HEX #713FEB Blue Violet

📋 copy color: '#713FEB'

red 113 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #713FEB

Tints of Blue Violet #713FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 235 (92.19% from 255) = 57.18%

R = 27.49%
G = 15.33%
B = 57.18%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#713FEB (or 0x713FEB) is known color: Blue Violet. HEX triplet: 71, 3F and EB. RGB value is (113,63,235). Sum of RGB (Red+Green+Blue) = 113+63+235=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #713FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FEB is #8EC014. Grayscale: #606060. Windows color (decimal): -9355285 or 15417201. OLE color: 15417201.

HSL color Cylindrical-coordinate representation of color #713FEB: hue angle of 257.44º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713FEB is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 63 235 -
CMYK 0.52 0.73 0 0.08
HSL 257.44º 0.81% 0.58% -
HSV(B) 257.44º 0.73% 0.92% -
XYZ 23.58 13.06 79.88 -
YUV 97.56 205.57 139.01 -
System Red Green Blue C M Y K H S L
Decimal 113 63 235 0.52 0.73 0 0.08 257.44 0.81 0.58
Hex 71 3F EB 34 49 0 8 101 51 3A
Octal 161 77 353 64 111 0 10 401 121 72
Binary 1110001 111111 11101011 110100 1001001 0 1000 100000001 1010001 111010

Color Harmonies of #713FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FEB

Black with #713FEB

Text Example


Text Example

White with #713FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,235); }

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

background-color css

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

 a { background-color: rgb(113,63,235); }

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

border-color css

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

 span { border-color: rgb(113,63,235); }

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