Html Css Color HEX #713AFC Blue Violet

📋 copy color: '#713AFC'

red 113 ◦ green 58 ◦ blue 252

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

Shades of Blue Violet #713AFC

Tints of Blue Violet #713AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.57%

R = 26.71%
G = 13.71%
B = 59.57%

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

#713AFC (or 0x713AFC) is known color: Blue Violet. HEX triplet: 71, 3A and FC. RGB value is (113,58,252). Sum of RGB (Red+Green+Blue) = 113+58+252=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #713AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713AFC is #8EC503. Grayscale: #5F5F5F. Windows color (decimal): -9356548 or 16530033. OLE color: 16530033.

HSL color Cylindrical-coordinate representation of color #713AFC: hue angle of 257.01º degrees, saturation: 0.97, 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 #713AFC is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 58 252 -
CMYK 0.55 0.77 0 0.01
HSL 257.01º 0.97% 0.61% -
HSV(B) 257.01º 0.77% 0.99% -
XYZ 25.89 13.57 93.35 -
YUV 96.56 215.72 139.73 -
System Red Green Blue C M Y K H S L
Decimal 113 58 252 0.55 0.77 0 0.01 257.01 0.97 0.61
Hex 71 3A FC 37 4D 0 1 101 61 3D
Octal 161 72 374 67 115 0 1 401 141 75
Binary 1110001 111010 11111100 110111 1001101 0 1 100000001 1100001 111101

Color Harmonies of #713AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713AFC

Black with #713AFC

Text Example


Text Example

White with #713AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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