Html Css Color HEX #713AFD Blue Violet

📋 copy color: '#713AFD'

red 113 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #713AFD

Tints of Blue Violet #713AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 26.65%
G = 13.68%
B = 59.67%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#713AFD (or 0x713AFD) is known color: Blue Violet. HEX triplet: 71, 3A and FD. RGB value is (113,58,253). Sum of RGB (Red+Green+Blue) = 113+58+253=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #713AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AFD is #8EC502. Grayscale: #5F5F5F. Windows color (decimal): -9356547 or 16595569. OLE color: 16595569.

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

Color convert

RGB 113 58 253 -
CMYK 0.55 0.77 0 0.01
HSL 256.92º 0.98% 0.61% -
HSV(B) 256.92º 0.77% 0.99% -
XYZ 26.05 13.63 94.19 -
YUV 96.68 216.22 139.64 -
System Red Green Blue C M Y K H S L
Decimal 113 58 253 0.55 0.77 0 0.01 256.92 0.98 0.61
Hex 71 3A FD 37 4D 0 1 101 62 3D
Octal 161 72 375 67 115 0 1 401 142 75
Binary 1110001 111010 11111101 110111 1001101 0 1 100000001 1100010 111101

Color Harmonies of #713AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AFD

Black with #713AFD

Text Example


Text Example

White with #713AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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