Html Css Color HEX #713AE0 Blue Violet

📋 copy color: '#713AE0'

red 113 ◦ green 58 ◦ blue 224

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

Shades of Blue Violet #713AE0

Tints of Blue Violet #713AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56.71%

R = 28.61%
G = 14.68%
B = 56.71%

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

#713AE0 (or 0x713AE0) is known color: Blue Violet. HEX triplet: 71, 3A and E0. RGB value is (113,58,224). Sum of RGB (Red+Green+Blue) = 113+58+224=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #713AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713AE0 is #8EC51F. Grayscale: #5C5C5C. Windows color (decimal): -9356576 or 14695025. OLE color: 14695025.

HSL color Cylindrical-coordinate representation of color #713AE0: hue angle of 259.88º degrees, saturation: 0.73, 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 #713AE0 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 58 224 -
CMYK 0.50 0.74 0 0.12
HSL 259.88º 0.73% 0.55% -
HSV(B) 259.88º 0.74% 0.88% -
XYZ 21.78 11.92 71.67 -
YUV 93.37 201.72 142 -
System Red Green Blue C M Y K H S L
Decimal 113 58 224 0.50 0.74 0 0.12 259.88 0.73 0.55
Hex 71 3A E0 32 4A 0 C 104 49 37
Octal 161 72 340 62 112 0 14 404 111 67
Binary 1110001 111010 11100000 110010 1001010 0 1100 100000100 1001001 110111

Color Harmonies of #713AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AE0

Black with #713AE0

Text Example


Text Example

White with #713AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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