Html Css Color HEX #713AE1 Blue Violet

📋 copy color: '#713AE1'

red 113 ◦ green 58 ◦ blue 225

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

Shades of Blue Violet #713AE1

Tints of Blue Violet #713AE1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.65%

 BLUE value IS 225 (88.28% from 255) = 56.82%

R = 28.54%
G = 14.65%
B = 56.82%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#713AE1 (or 0x713AE1) is known color: Blue Violet. HEX triplet: 71, 3A and E1. RGB value is (113,58,225). Sum of RGB (Red+Green+Blue) = 113+58+225=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #713AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AE1 is #8EC51E. Grayscale: #5C5C5C. Windows color (decimal): -9356575 or 14760561. OLE color: 14760561.

HSL color Cylindrical-coordinate representation of color #713AE1: hue angle of 259.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713AE1 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 58 225 -
CMYK 0.50 0.74 0 0.12
HSL 259.76º 0.74% 0.55% -
HSV(B) 259.76º 0.74% 0.88% -
XYZ 21.91 11.97 72.39 -
YUV 93.48 202.22 141.92 -
System Red Green Blue C M Y K H S L
Decimal 113 58 225 0.50 0.74 0 0.12 259.76 0.74 0.55
Hex 71 3A E1 32 4A 0 C 104 4A 37
Octal 161 72 341 62 112 0 14 404 112 67
Binary 1110001 111010 11100001 110010 1001010 0 1100 100000100 1001010 110111

Color Harmonies of #713AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AE1

Black with #713AE1

Text Example


Text Example

White with #713AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,58,225); }

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

background-color css

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

 a { background-color: rgb(113,58,225); }

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

border-color css

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

 span { border-color: rgb(113,58,225); }

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