#713DEF

Color #713DEF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #713DEF

Tints of Blue Violet #713DEF

Color information

#713DEF (or 0x713DEF) is unknown color: approx Blue Violet. HEX triplet: 71, 3D and EF. RGB value is (113,61,239). Sum of RGB (Red+Green+Blue) = 113+61+239=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #713DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DEF is #8EC210. Grayscale: #606060. Windows color (decimal): -9355793 or 15678833. OLE color: 15678833.

HSL color Cylindrical-coordinate representation of color #713DEF: hue angle of 257.53º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713DEF is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11361239-
CMYK0.530.7400.06
HSL257.53º84.76%58.82%-
HSV(B)257.53º74.48%93.73%-
XYZ24.0613.0882.92-
YUV96.84208.23139.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 61 (24.22% from 255) = 14.77%
BLUE value IS 239 (93.75% from 255) = 57.87%
R=27.36%
G=14.77%
B=57.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal113612390.530.7400.06257.5384.7658.82
Hex713DEF354A06102553b
Octal16175357651120640212573
Binary111000111110111101111110101100101001101000000101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #713DEF;
 }
 .AnyTagClassName
 {
   color: #713DEF;
 }
</style>
background-color css

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

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

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

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

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

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