#713FEA

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

Shades of Blue Violet #713FEA

Tints of Blue Violet #713FEA

Color information

#713FEA (or 0x713FEA) is unknown color: approx Blue Violet. HEX triplet: 71, 3F and EA. RGB value is (113,63,234). Sum of RGB (Red+Green+Blue) = 113+63+234=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #713FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FEA is #8EC015. Grayscale: #606060. Windows color (decimal): -9355286 or 15351665. OLE color: 15351665.

HSL color Cylindrical-coordinate representation of color #713FEA: hue angle of 257.54º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713FEA is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11363234-
CMYK0.520.7300.08
HSL257.54º80.28%58.24%-
HSV(B)257.54º73.08%91.76%-
XYZ23.4413.0179.12-
YUV97.44205.06139.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 63 (25% from 255) = 15.37%
BLUE value IS 234 (91.80% from 255) = 57.07%
R=27.56%
G=15.37%
B=57.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal113632340.520.7300.08257.5480.2858.24
Hex713FEA344908102503a
Octal161773526411101040212072
Binary1110001111111111010101101001001001010001000000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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