Html Css Color HEX #713DDF Blue Violet

📋 copy color: '#713DDF'

red 113 ◦ green 61 ◦ blue 223

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

Shades of Blue Violet #713DDF

Tints of Blue Violet #713DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.37%

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 28.46%
G = 15.37%
B = 56.17%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#713DDF (or 0x713DDF) is known color: Blue Violet. HEX triplet: 71, 3D and DF. RGB value is (113,61,223). Sum of RGB (Red+Green+Blue) = 113+61+223=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #713DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DDF is #8EC220. Grayscale: #5E5E5E. Windows color (decimal): -9355809 or 14630257. OLE color: 14630257.

HSL color Cylindrical-coordinate representation of color #713DDF: hue angle of 259.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713DDF is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 61 223 -
CMYK 0.49 0.73 0 0.13
HSL 259.26º 0.72% 0.56% -
HSV(B) 259.26º 0.73% 0.87% -
XYZ 21.8 12.18 71.01 -
YUV 95.02 200.23 140.83 -
System Red Green Blue C M Y K H S L
Decimal 113 61 223 0.49 0.73 0 0.13 259.26 0.72 0.56
Hex 71 3D DF 31 49 0 D 103 48 38
Octal 161 75 337 61 111 0 15 403 110 70
Binary 1110001 111101 11011111 110001 1001001 0 1101 100000011 1001000 111000

Color Harmonies of #713DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DDF

Black with #713DDF

Text Example


Text Example

White with #713DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,61,223); }

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

background-color css

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

 a { background-color: rgb(113,61,223); }

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

border-color css

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

 span { border-color: rgb(113,61,223); }

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