#7C2DF1

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

Shades of Blue Violet #7C2DF1

Tints of Blue Violet #7C2DF1

Color information

#7C2DF1 (or 0x7C2DF1) is unknown color: approx Blue Violet. HEX triplet: 7C, 2D and F1. RGB value is (124,45,241). Sum of RGB (Red+Green+Blue) = 124+45+241=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C2DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C2DF1 is #83D20E. Grayscale: #5A5A5A. Windows color (decimal): -8638991 or 15805820. OLE color: 15805820.

HSL color Cylindrical-coordinate representation of color #7C2DF1: hue angle of 264.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2DF1 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12445241-
CMYK0.490.8100.05
HSL264.18º87.5%56.08%-
HSV(B)264.18º81.33%94.51%-
XYZ25.1312.5184.31-
YUV90.96212.67151.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 241 (94.53% from 255) = 58.78%
R=30.24%
G=10.98%
B=58.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal124452410.490.8100.05264.1887.556.08
Hex7C2DF13151051085838
Octal17455361611210541013070
Binary111110010110111110001110001101000101011000010001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,45,241); }

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

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

 a { background-color: rgb(124,45,241); }

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

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

 span { border-color: rgb(124,45,241); }

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