#7036F5

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

Shades of Blue Violet #7036F5

Tints of Blue Violet #7036F5

Color information

#7036F5 (or 0x7036F5) is unknown color: approx Blue Violet. HEX triplet: 70, 36 and F5. RGB value is (112,54,245). Sum of RGB (Red+Green+Blue) = 112+54+245=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #7036F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7036F5 is #8FC90A. Grayscale: #5C5C5C. Windows color (decimal): -9423115 or 16070256. OLE color: 16070256.

HSL color Cylindrical-coordinate representation of color #7036F5: hue angle of 258.22º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7036F5 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11254245-
CMYK0.540.7800.04
HSL258.22º90.52%58.63%-
HSV(B)258.22º77.96%96.08%-
XYZ24.4812.6887.54-
YUV93.12213.72141.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 54 (21.48% from 255) = 13.14%
BLUE value IS 245 (96.09% from 255) = 59.61%
R=27.25%
G=13.14%
B=59.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112542450.540.7800.04258.2290.5258.63
Hex7036F5364E041025b3b
Octal16066365661160440213373
Binary111000011011011110101110110100111001001000000101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7036F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7036F5; }

 p { color: rgb(112,54,245); }

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

<style>
 a { background-color: #7036F5; }

 a { background-color: rgb(112,54,245); }

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

<style>
 span { border-color: #7036F5; }

 span { border-color: rgb(112,54,245); }

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