Html Css Color HEX #713DDE Blue Violet

📋 copy color: '#713DDE'

red 113 ◦ green 61 ◦ blue 222

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

Shades of Blue Violet #713DDE

Tints of Blue Violet #713DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 28.54%
G = 15.4%
B = 56.06%

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

#713DDE (or 0x713DDE) is known color: Blue Violet. HEX triplet: 71, 3D and DE. RGB value is (113,61,222). Sum of RGB (Red+Green+Blue) = 113+61+222=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #713DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DDE is #8EC221. Grayscale: #5E5E5E. Windows color (decimal): -9355810 or 14564721. OLE color: 14564721.

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

Color convert

RGB 113 61 222 -
CMYK 0.49 0.73 0 0.13
HSL 259.38º 0.71% 0.55% -
HSV(B) 259.38º 0.73% 0.87% -
XYZ 21.66 12.12 70.31 -
YUV 94.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 113 61 222 0.49 0.73 0 0.13 259.38 0.71 0.55
Hex 71 3D DE 31 49 0 D 103 47 37
Octal 161 75 336 61 111 0 15 403 107 67
Binary 1110001 111101 11011110 110001 1001001 0 1101 100000011 1000111 110111

Color Harmonies of #713DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713DDE

Black with #713DDE

Text Example


Text Example

White with #713DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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