Html Css Color HEX #713AE2 Blue Violet

📋 copy color: '#713AE2'

red 113 ◦ green 58 ◦ blue 226

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

Shades of Blue Violet #713AE2

Tints of Blue Violet #713AE2

RGB

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

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

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

R = 28.46%
G = 14.61%
B = 56.93%

CMYK

 C value IS 0.5

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#713AE2 (or 0x713AE2) is known color: Blue Violet. HEX triplet: 71, 3A and E2. RGB value is (113,58,226). Sum of RGB (Red+Green+Blue) = 113+58+226=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 226 (88.67% from 255 or 56.93% from 397); Max value from RGB is 226 - color contains mainly: blue. Hex color #713AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AE2 is #8EC51D. Grayscale: #5C5C5C. Windows color (decimal): -9356574 or 14826097. OLE color: 14826097.

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

Color convert

RGB 113 58 226 -
CMYK 0.5 0.74 0 0.11
HSL 259.64º 0.74% 0.56% -
HSV(B) 259.64º 0.74% 0.89% -
XYZ 22.05 12.03 73.11 -
YUV 93.6 202.72 141.84 -
System Red Green Blue C M Y K H S L
Decimal 113 58 226 0.5 0.74 0 0.11 259.64 0.74 0.56
Hex 71 3A E2 32 4A 0 B 104 4A 38
Octal 161 72 342 62 112 0 13 404 112 70
Binary 1110001 111010 11100010 110010 1001010 0 1011 100000100 1001010 111000

Color Harmonies of #713AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AE2

Black with #713AE2

Text Example


Text Example

White with #713AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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