Html Css Color HEX #713CFD Blue Violet

📋 copy color: '#713CFD'

red 113 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #713CFD

Tints of Blue Violet #713CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.08%

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

R = 26.53%
G = 14.08%
B = 59.39%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#713CFD (or 0x713CFD) is known color: Blue Violet. HEX triplet: 71, 3C and FD. RGB value is (113,60,253). Sum of RGB (Red+Green+Blue) = 113+60+253=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #713CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CFD is #8EC302. Grayscale: #616161. Windows color (decimal): -9356035 or 16596081. OLE color: 16596081.

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

Color convert

RGB 113 60 253 -
CMYK 0.55 0.76 0 0.01
HSL 256.48º 0.98% 0.61% -
HSV(B) 256.48º 0.76% 0.99% -
XYZ 26.16 13.83 94.22 -
YUV 97.85 215.56 138.81 -
System Red Green Blue C M Y K H S L
Decimal 113 60 253 0.55 0.76 0 0.01 256.48 0.98 0.61
Hex 71 3C FD 37 4C 0 1 100 62 3D
Octal 161 74 375 67 114 0 1 400 142 75
Binary 1110001 111100 11111101 110111 1001100 0 1 100000000 1100010 111101

Color Harmonies of #713CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CFD

Black with #713CFD

Text Example


Text Example

White with #713CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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