#802EF7

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

Shades of Blue Violet #802EF7

Tints of Blue Violet #802EF7

Color information

#802EF7 (or 0x802EF7) is unknown color: approx Blue Violet. HEX triplet: 80, 2E and F7. RGB value is (128,46,247). Sum of RGB (Red+Green+Blue) = 128+46+247=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #802EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802EF7 is #7FD108. Grayscale: #5C5C5C. Windows color (decimal): -8376585 or 16199296. OLE color: 16199296.

HSL color Cylindrical-coordinate representation of color #802EF7: hue angle of 264.48º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802EF7 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12846247-
CMYK0.480.8100.03
HSL264.48º92.63%57.45%-
HSV(B)264.48º81.38%96.86%-
XYZ26.6713.2689.15-
YUV93.43214.67152.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 46 (18.36% from 255) = 10.93%
BLUE value IS 247 (96.88% from 255) = 58.67%
R=30.40%
G=10.93%
B=58.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128462470.480.8100.03264.4892.6357.45
Hex802EF73051031085d39
Octal20056367601210341013571
Binary100000001011101111011111000010100010111000010001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802EF7; }

 p { color: rgb(128,46,247); }

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

<style>
 a { background-color: #802EF7; }

 a { background-color: rgb(128,46,247); }

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

<style>
 span { border-color: #802EF7; }

 span { border-color: rgb(128,46,247); }

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