Html Css Color HEX #713EDF Blue Violet

📋 copy color: '#713EDF'

red 113 ◦ green 62 ◦ blue 223

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

Shades of Blue Violet #713EDF

Tints of Blue Violet #713EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

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

R = 28.39%
G = 15.58%
B = 56.03%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#713EDF (or 0x713EDF) is known color: Blue Violet. HEX triplet: 71, 3E and DF. RGB value is (113,62,223). Sum of RGB (Red+Green+Blue) = 113+62+223=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #713EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EDF is #8EC120. Grayscale: #5F5F5F. Windows color (decimal): -9355553 or 14630513. OLE color: 14630513.

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

Color convert

RGB 113 62 223 -
CMYK 0.49 0.72 0 0.13
HSL 259.01º 0.72% 0.56% -
HSV(B) 259.01º 0.72% 0.87% -
XYZ 21.85 12.28 71.03 -
YUV 95.6 199.9 140.41 -
System Red Green Blue C M Y K H S L
Decimal 113 62 223 0.49 0.72 0 0.13 259.01 0.72 0.56
Hex 71 3E DF 31 48 0 D 103 48 38
Octal 161 76 337 61 110 0 15 403 110 70
Binary 1110001 111110 11011111 110001 1001000 0 1101 100000011 1001000 111000

Color Harmonies of #713EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EDF

Black with #713EDF

Text Example


Text Example

White with #713EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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