Html Css Color HEX #713AFE Blue Violet

📋 copy color: '#713AFE'

red 113 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #713AFE

Tints of Blue Violet #713AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 26.59%
G = 13.65%
B = 59.76%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#713AFE (or 0x713AFE) is known color: Blue Violet. HEX triplet: 71, 3A and FE. RGB value is (113,58,254). Sum of RGB (Red+Green+Blue) = 113+58+254=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #713AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AFE is #8EC501. Grayscale: #606060. Windows color (decimal): -9356546 or 16661105. OLE color: 16661105.

HSL color Cylindrical-coordinate representation of color #713AFE: hue angle of 256.84º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713AFE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 58 254 -
CMYK 0.56 0.77 0 0.00
HSL 256.84º 0.99% 0.61% -
HSV(B) 256.84º 0.77% 1% -
XYZ 26.21 13.69 95.03 -
YUV 96.79 216.72 139.56 -
System Red Green Blue C M Y K H S L
Decimal 113 58 254 0.56 0.77 0 0.00 256.84 0.99 0.61
Hex 71 3A FE 38 4D 0 0 101 63 3D
Octal 161 72 376 70 115 0 0 401 143 75
Binary 1110001 111010 11111110 111000 1001101 0 0 100000001 1100011 111101

Color Harmonies of #713AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AFE

Black with #713AFE

Text Example


Text Example

White with #713AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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