#713FF1

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

Shades of Blue Violet #713FF1

Tints of Blue Violet #713FF1

Color information

#713FF1 (or 0x713FF1) is unknown color: approx Blue Violet. HEX triplet: 71, 3F and F1. RGB value is (113,63,241). Sum of RGB (Red+Green+Blue) = 113+63+241=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #713FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FF1 is #8EC00E. Grayscale: #616161. Windows color (decimal): -9355279 or 15810417. OLE color: 15810417.

HSL color Cylindrical-coordinate representation of color #713FF1: hue angle of 256.85º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713FF1 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11363241-
CMYK0.530.7400.05
HSL256.85º86.41%59.61%-
HSV(B)256.85º73.86%94.51%-
XYZ24.4613.4284.52-
YUV98.24208.56138.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 63 (25% from 255) = 15.11%
BLUE value IS 241 (94.53% from 255) = 57.79%
R=27.10%
G=15.11%
B=57.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal113632410.530.7400.05256.8586.4159.61
Hex713FF1354A05101563c
Octal16177361651120540112674
Binary111000111111111110001110101100101001011000000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,63,241); }

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

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

 a { background-color: rgb(113,63,241); }

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

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

 span { border-color: rgb(113,63,241); }

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