#7C27F1

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

Shades of Blue Violet #7C27F1

Tints of Blue Violet #7C27F1

Color information

#7C27F1 (or 0x7C27F1) is unknown color: approx Blue Violet. HEX triplet: 7C, 27 and F1. RGB value is (124,39,241). Sum of RGB (Red+Green+Blue) = 124+39+241=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C27F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C27F1 is #83D80E. Grayscale: #565656. Windows color (decimal): -8640527 or 15804284. OLE color: 15804284.

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

Color convert

RGB12439241-
CMYK0.490.8400.05
HSL265.25º87.83%54.9%-
HSV(B)265.25º83.82%94.51%-
XYZ24.9112.0984.24-
YUV87.44214.66154.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 39 (15.62% from 255) = 9.65%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=30.69%
G=9.65%
B=59.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal124392410.490.8400.05265.2587.8354.9
Hex7C27F13154051095837
Octal17447361611240541113067
Binary111110010011111110001110001101010001011000010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C27F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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