Html Css Color HEX #713CDF Blue Violet

📋 copy color: '#713CDF'

red 113 ◦ green 60 ◦ blue 223

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

Shades of Blue Violet #713CDF

Tints of Blue Violet #713CDF

RGB

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

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

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

R = 28.54%
G = 15.15%
B = 56.31%

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

#713CDF (or 0x713CDF) is known color: Blue Violet. HEX triplet: 71, 3C and DF. RGB value is (113,60,223). Sum of RGB (Red+Green+Blue) = 113+60+223=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #713CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CDF is #8EC320. Grayscale: #5D5D5D. Windows color (decimal): -9356065 or 14630001. OLE color: 14630001.

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

Color convert

RGB 113 60 223 -
CMYK 0.49 0.73 0 0.13
HSL 259.51º 0.72% 0.55% -
HSV(B) 259.51º 0.73% 0.87% -
XYZ 21.75 12.07 71 -
YUV 94.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 113 60 223 0.49 0.73 0 0.13 259.51 0.72 0.55
Hex 71 3C DF 31 49 0 D 104 48 37
Octal 161 74 337 61 111 0 15 404 110 67
Binary 1110001 111100 11011111 110001 1001001 0 1101 100000100 1001000 110111

Color Harmonies of #713CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CDF

Black with #713CDF

Text Example


Text Example

White with #713CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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