#7c1cdf

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

Shades of Blue Violet #7C1CDF

Tints of Blue Violet #7C1CDF

Color information

#7C1CDF (or 0x7C1CDF) is unknown color: approx Blue Violet. HEX triplet: 7C, 1C and DF. RGB value is (124,28,223). Sum of RGB (Red+Green+Blue) = 124+28+223=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C1CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1CDF is #83E320. Grayscale: #4E4E4E. Windows color (decimal): -8643361 or 14621820. OLE color: 14621820.

HSL color Cylindrical-coordinate representation of color #7C1CDF: hue angle of 269.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1CDF is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12428223-
CMYK0.440.8700.13
HSL269.54º77.69%49.22%-
HSV(B)269.54º87.44%87.45%-
XYZ22.0510.4470.67-
YUV78.93209.3160.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 28 (11.33% from 255) = 7.47%
BLUE value IS 223 (87.5% from 255) = 59.47%
R=33.07%
G=7.47%
B=59.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124282230.440.8700.13269.5477.6949.22
Hex7C1CDF2C570D10e4e31
Octal174343375412701541611661
Binary111110011100110111111011001010111011011000011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c1cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,28,223); }

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

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

 a { background-color: rgb(124,28,223); }

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

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

 span { border-color: rgb(124,28,223); }

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