#7C20EF

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

Shades of Blue Violet #7C20EF

Tints of Blue Violet #7C20EF

Color information

#7C20EF (or 0x7C20EF) is unknown color: approx Blue Violet. HEX triplet: 7C, 20 and EF. RGB value is (124,32,239). Sum of RGB (Red+Green+Blue) = 124+32+239=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C20EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C20EF is #83DF10. Grayscale: #525252. Windows color (decimal): -8642321 or 15671420. OLE color: 15671420.

HSL color Cylindrical-coordinate representation of color #7C20EF: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C20EF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12432239-
CMYK0.480.8700.06
HSL266.67º86.61%53.14%-
HSV(B)266.67º86.61%93.73%-
XYZ24.4111.5582.6-
YUV83.11215.98157.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 32 (12.89% from 255) = 8.10%
BLUE value IS 239 (93.75% from 255) = 60.51%
R=31.39%
G=8.10%
B=60.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124322390.480.8700.06266.6786.6153.14
Hex7C20EF30570610b5735
Octal17440357601270641312765
Binary111110010000011101111110000101011101101000010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,32,239); }

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

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

 a { background-color: rgb(124,32,239); }

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

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

 span { border-color: rgb(124,32,239); }

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