#7C1DFE

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

Shades of Blue Violet #7C1DFE

Tints of Blue Violet #7C1DFE

Color information

#7C1DFE (or 0x7C1DFE) is unknown color: approx Blue Violet. HEX triplet: 7C, 1D and FE. RGB value is (124,29,254). Sum of RGB (Red+Green+Blue) = 124+29+254=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C1DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C1DFE is #83E201. Grayscale: #525252. Windows color (decimal): -8643074 or 16653692. OLE color: 16653692.

HSL color Cylindrical-coordinate representation of color #7C1DFE: hue angle of 265.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C1DFE is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12429254-
CMYK0.510.8900.00
HSL265.33º99.12%55.49%-
HSV(B)265.33º88.58%99.61%-
XYZ26.6412.3294.74-
YUV83.06224.47157.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.47%
GREEN value IS 29 (11.72% from 255) = 7.13%
BLUE value IS 254 (99.61% from 255) = 62.41%
R=30.47%
G=7.13%
B=62.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal124292540.510.8900.00265.3399.1255.49
Hex7C1DFE3359001096337
Octal17435376631310041114367
Binary111110011101111111101100111011001001000010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,29,254); }

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

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

 a { background-color: rgb(124,29,254); }

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

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

 span { border-color: rgb(124,29,254); }

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