#7F3FF8

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

Shades of Blue Violet #7F3FF8

Tints of Blue Violet #7F3FF8

Color information

#7F3FF8 (or 0x7F3FF8) is unknown color: approx Blue Violet. HEX triplet: 7F, 3F and F8. RGB value is (127,63,248). Sum of RGB (Red+Green+Blue) = 127+63+248=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F3FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3FF8 is #80C007. Grayscale: #666666. Windows color (decimal): -8437768 or 16269183. OLE color: 16269183.

HSL color Cylindrical-coordinate representation of color #7F3FF8: hue angle of 260.76º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F3FF8 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12763248-
CMYK0.490.7500.03
HSL260.76º92.96%60.98%-
HSV(B)260.76º74.6%97.25%-
XYZ27.4714.8490.22-
YUV103.23209.7144.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.00%
GREEN value IS 63 (25% from 255) = 14.38%
BLUE value IS 248 (97.27% from 255) = 56.62%
R=29.00%
G=14.38%
B=56.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal127632480.490.7500.03260.7692.9660.98
Hex7F3FF8314B031055d3d
Octal17777370611130340513575
Binary11111111111111111100011000110010110111000001011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3FF8; }

 p { color: rgb(127,63,248); }

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

<style>
 a { background-color: #7F3FF8; }

 a { background-color: rgb(127,63,248); }

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

<style>
 span { border-color: #7F3FF8; }

 span { border-color: rgb(127,63,248); }

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