Html Css Color HEX #713AEA Blue Violet

📋 copy color: '#713AEA'

red 113 ◦ green 58 ◦ blue 234

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

Shades of Blue Violet #713AEA

Tints of Blue Violet #713AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 27.9%
G = 14.32%
B = 57.78%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#713AEA (or 0x713AEA) is known color: Blue Violet. HEX triplet: 71, 3A and EA. RGB value is (113,58,234). Sum of RGB (Red+Green+Blue) = 113+58+234=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #713AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AEA is #8EC515. Grayscale: #5D5D5D. Windows color (decimal): -9356566 or 15350385. OLE color: 15350385.

HSL color Cylindrical-coordinate representation of color #713AEA: hue angle of 258.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713AEA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 58 234 -
CMYK 0.52 0.75 0 0.08
HSL 258.75º 0.81% 0.57% -
HSV(B) 258.75º 0.75% 0.92% -
XYZ 23.17 12.48 79.03 -
YUV 94.51 206.72 141.19 -
System Red Green Blue C M Y K H S L
Decimal 113 58 234 0.52 0.75 0 0.08 258.75 0.81 0.57
Hex 71 3A EA 34 4B 0 8 103 51 39
Octal 161 72 352 64 113 0 10 403 121 71
Binary 1110001 111010 11101010 110100 1001011 0 1000 100000011 1010001 111001

Color Harmonies of #713AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AEA

Black with #713AEA

Text Example


Text Example

White with #713AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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