Html Css Color HEX #713FE5 Blue Violet

📋 copy color: '#713FE5'

red 113 ◦ green 63 ◦ blue 229

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

Shades of Blue Violet #713FE5

Tints of Blue Violet #713FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.54%

R = 27.9%
G = 15.56%
B = 56.54%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#713FE5 (or 0x713FE5) is known color: Blue Violet. HEX triplet: 71, 3F and E5. RGB value is (113,63,229). Sum of RGB (Red+Green+Blue) = 113+63+229=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #713FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FE5 is #8EC01A. Grayscale: #606060. Windows color (decimal): -9355291 or 15023985. OLE color: 15023985.

HSL color Cylindrical-coordinate representation of color #713FE5: hue angle of 258.07º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713FE5 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 63 229 -
CMYK 0.51 0.72 0 0.10
HSL 258.07º 0.76% 0.57% -
HSV(B) 258.07º 0.72% 0.9% -
XYZ 22.73 12.72 75.39 -
YUV 96.87 202.57 139.5 -
System Red Green Blue C M Y K H S L
Decimal 113 63 229 0.51 0.72 0 0.10 258.07 0.76 0.57
Hex 71 3F E5 33 48 0 A 102 4C 39
Octal 161 77 345 63 110 0 12 402 114 71
Binary 1110001 111111 11100101 110011 1001000 0 1010 100000010 1001100 111001

Color Harmonies of #713FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FE5

Black with #713FE5

Text Example


Text Example

White with #713FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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