#7039f1

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

Shades of Blue Violet #7039F1

Tints of Blue Violet #7039F1

Color information

#7039F1 (or 0x7039F1) is unknown color: approx Blue Violet. HEX triplet: 70, 39 and F1. RGB value is (112,57,241). Sum of RGB (Red+Green+Blue) = 112+57+241=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #7039F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7039F1 is #8FC60E. Grayscale: #5D5D5D. Windows color (decimal): -9422351 or 15808880. OLE color: 15808880.

HSL color Cylindrical-coordinate representation of color #7039F1: hue angle of 257.93º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7039F1 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11257241-
CMYK0.540.7600.05
HSL257.93º86.79%58.43%-
HSV(B)257.93º76.35%94.51%-
XYZ24.0212.7284.41-
YUV94.42210.72140.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 241 (94.53% from 255) = 58.78%
R=27.32%
G=13.90%
B=58.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112572410.540.7600.05257.9386.7958.43
Hex7039F1364C05102573a
Octal16071361661140540212772
Binary111000011100111110001110110100110001011000000101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7039f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7039f1; }

 p { color: rgb(112,57,241); }

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

<style>
 a { background-color: #7039f1; }

 a { background-color: rgb(112,57,241); }

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

<style>
 span { border-color: #7039f1; }

 span { border-color: rgb(112,57,241); }

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