Html Css Color HEX #713EDE Blue Violet

📋 copy color: '#713EDE'

red 113 ◦ green 62 ◦ blue 222

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

Shades of Blue Violet #713EDE

Tints of Blue Violet #713EDE

RGB

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

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

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

R = 28.46%
G = 15.62%
B = 55.92%

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

#713EDE (or 0x713EDE) is known color: Blue Violet. HEX triplet: 71, 3E and DE. RGB value is (113,62,222). Sum of RGB (Red+Green+Blue) = 113+62+222=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #713EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EDE is #8EC121. Grayscale: #5E5E5E. Windows color (decimal): -9355554 or 14564977. OLE color: 14564977.

HSL color Cylindrical-coordinate representation of color #713EDE: hue angle of 259.12º degrees, saturation: 0.71, 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 #713EDE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 62 222 -
CMYK 0.49 0.72 0 0.13
HSL 259.13º 0.71% 0.56% -
HSV(B) 259.13º 0.72% 0.87% -
XYZ 21.72 12.23 70.32 -
YUV 95.49 199.4 140.49 -
System Red Green Blue C M Y K H S L
Decimal 113 62 222 0.49 0.72 0 0.13 259.13 0.71 0.56
Hex 71 3E DE 31 48 0 D 103 47 38
Octal 161 76 336 61 110 0 15 403 107 70
Binary 1110001 111110 11011110 110001 1001000 0 1101 100000011 1000111 111000

Color Harmonies of #713EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EDE

Black with #713EDE

Text Example


Text Example

White with #713EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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