#7924EF

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

Shades of Blue Violet #7924EF

Tints of Blue Violet #7924EF

Color information

#7924EF (or 0x7924EF) is unknown color: approx Blue Violet. HEX triplet: 79, 24 and EF. RGB value is (121,36,239). Sum of RGB (Red+Green+Blue) = 121+36+239=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #7924EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7924EF is #86DB10. Grayscale: #535353. Windows color (decimal): -8837905 or 15672441. OLE color: 15672441.

HSL color Cylindrical-coordinate representation of color #7924EF: hue angle of 265.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7924EF is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12136239-
CMYK0.490.8500.06
HSL265.12º86.38%53.92%-
HSV(B)265.12º84.94%93.73%-
XYZ24.111.5682.62-
YUV84.56215.16153.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 36 (14.45% from 255) = 9.09%
BLUE value IS 239 (93.75% from 255) = 60.35%
R=30.56%
G=9.09%
B=60.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal121362390.490.8500.06265.1286.3853.92
Hex7924EF3155061095636
Octal17144357611250641112666
Binary111100110010011101111110001101010101101000010011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7924EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7924EF; }

 p { color: rgb(121,36,239); }

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

<style>
 a { background-color: #7924EF; }

 a { background-color: rgb(121,36,239); }

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

<style>
 span { border-color: #7924EF; }

 span { border-color: rgb(121,36,239); }

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