Html Css Color HEX #713FE2 Blue Violet

📋 copy color: '#713FE2'

red 113 ◦ green 63 ◦ blue 226

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

Shades of Blue Violet #713FE2

Tints of Blue Violet #713FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 56.22%

R = 28.11%
G = 15.67%
B = 56.22%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#713FE2 (or 0x713FE2) is known color: Blue Violet. HEX triplet: 71, 3F and E2. RGB value is (113,63,226). Sum of RGB (Red+Green+Blue) = 113+63+226=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #713FE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FE2 is #8EC01D. Grayscale: #5F5F5F. Windows color (decimal): -9355294 or 14827377. OLE color: 14827377.

HSL color Cylindrical-coordinate representation of color #713FE2: hue angle of 258.4º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713FE2 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 63 226 -
CMYK 0.5 0.72 0 0.11
HSL 258.4º 0.74% 0.57% -
HSV(B) 258.4º 0.72% 0.89% -
XYZ 22.32 12.56 73.2 -
YUV 96.53 201.07 139.75 -
System Red Green Blue C M Y K H S L
Decimal 113 63 226 0.5 0.72 0 0.11 258.4 0.74 0.57
Hex 71 3F E2 32 48 0 B 102 4A 39
Octal 161 77 342 62 110 0 13 402 112 71
Binary 1110001 111111 11100010 110010 1001000 0 1011 100000010 1001010 111001

Color Harmonies of #713FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FE2

Black with #713FE2

Text Example


Text Example

White with #713FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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