#7C1FFB

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

Shades of Blue Violet #7C1FFB

Tints of Blue Violet #7C1FFB

Color information

#7C1FFB (or 0x7C1FFB) is unknown color: approx Blue Violet. HEX triplet: 7C, 1F and FB. RGB value is (124,31,251). Sum of RGB (Red+Green+Blue) = 124+31+251=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C1FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1FFB is #83E004. Grayscale: #535353. Windows color (decimal): -8642565 or 16457596. OLE color: 16457596.

HSL color Cylindrical-coordinate representation of color #7C1FFB: hue angle of 265.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1FFB is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12431251-
CMYK0.510.8800.02
HSL265.36º96.49%55.29%-
HSV(B)265.36º87.65%98.43%-
XYZ26.2112.2392.25-
YUV83.89222.31156.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 31 (12.5% from 255) = 7.64%
BLUE value IS 251 (98.44% from 255) = 61.82%
R=30.54%
G=7.64%
B=61.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124312510.510.8800.02265.3696.4955.29
Hex7C1FFB3358021096037
Octal17437373631300241114067
Binary1111100111111111101111001110110000101000010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,31,251); }

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

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

 a { background-color: rgb(124,31,251); }

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

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

 span { border-color: rgb(124,31,251); }

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