#7038E7

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

Shades of Blue Violet #7038E7

Tints of Blue Violet #7038E7

Color information

#7038E7 (or 0x7038E7) is unknown color: approx Blue Violet. HEX triplet: 70, 38 and E7. RGB value is (112,56,231). Sum of RGB (Red+Green+Blue) = 112+56+231=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #7038E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7038E7 is #8FC718. Grayscale: #5C5C5C. Windows color (decimal): -9422617 or 15153264. OLE color: 15153264.

HSL color Cylindrical-coordinate representation of color #7038E7: hue angle of 259.2º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7038E7 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11256231-
CMYK0.520.7600.09
HSL259.2º78.48%56.27%-
HSV(B)259.2º75.76%90.59%-
XYZ22.5212.0476.74-
YUV92.69206.05141.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 231 (90.62% from 255) = 57.89%
R=28.07%
G=14.04%
B=57.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112562310.520.7600.09259.278.4856.27
Hex7038E7344C091034e38
Octal160703476411401140311670
Binary1110000111000111001111101001001100010011000000111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7038E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7038E7; }

 p { color: rgb(112,56,231); }

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

<style>
 a { background-color: #7038E7; }

 a { background-color: rgb(112,56,231); }

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

<style>
 span { border-color: #7038E7; }

 span { border-color: rgb(112,56,231); }

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