#7027EB

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

Shades of Blue Violet #7027EB

Tints of Blue Violet #7027EB

Color information

#7027EB (or 0x7027EB) is unknown color: approx Blue Violet. HEX triplet: 70, 27 and EB. RGB value is (112,39,235). Sum of RGB (Red+Green+Blue) = 112+39+235=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #7027EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7027EB is #8FD814. Grayscale: #525252. Windows color (decimal): -9426965 or 15411056. OLE color: 15411056.

HSL color Cylindrical-coordinate representation of color #7027EB: hue angle of 262.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7027EB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11239235-
CMYK0.520.8300.08
HSL262.35º83.05%53.73%-
HSV(B)262.35º83.4%92.16%-
XYZ22.410.8979.52-
YUV83.17213.68148.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 39 (15.62% from 255) = 10.10%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=29.02%
G=10.10%
B=60.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112392350.520.8300.08262.3583.0553.73
Hex7027EB3453081065336
Octal160473536412301040612366
Binary1110000100111111010111101001010011010001000001101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7027EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7027EB; }

 p { color: rgb(112,39,235); }

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

<style>
 a { background-color: #7027EB; }

 a { background-color: rgb(112,39,235); }

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

<style>
 span { border-color: #7027EB; }

 span { border-color: rgb(112,39,235); }

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