#7C21E1

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

Shades of Blue Violet #7C21E1

Tints of Blue Violet #7C21E1

Color information

#7C21E1 (or 0x7C21E1) is unknown color: approx Blue Violet. HEX triplet: 7C, 21 and E1. RGB value is (124,33,225). Sum of RGB (Red+Green+Blue) = 124+33+225=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #7C21E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C21E1 is #83DE1E. Grayscale: #515151. Windows color (decimal): -8642079 or 14754172. OLE color: 14754172.

HSL color Cylindrical-coordinate representation of color #7C21E1: hue angle of 268.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C21E1 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12433225-
CMYK0.450.8500.12
HSL268.44º76.19%50.59%-
HSV(B)268.44º85.33%88.24%-
XYZ22.4510.8172.14-
YUV82.1208.65157.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 33 (13.28% from 255) = 8.64%
BLUE value IS 225 (88.28% from 255) = 58.90%
R=32.46%
G=8.64%
B=58.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal124332250.450.8500.12268.4476.1950.59
Hex7C21E12D550C10c4c33
Octal174413415512501441411463
Binary1111100100001111000011011011010101011001000011001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C21E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,33,225); }

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

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

 a { background-color: rgb(124,33,225); }

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

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

 span { border-color: rgb(124,33,225); }

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