#7F19EF

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

Shades of Blue Violet #7F19EF

Tints of Blue Violet #7F19EF

Color information

#7F19EF (or 0x7F19EF) is unknown color: approx Blue Violet. HEX triplet: 7F, 19 and EF. RGB value is (127,25,239). Sum of RGB (Red+Green+Blue) = 127+25+239=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F19EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F19EF is #80E610. Grayscale: #4F4F4F. Windows color (decimal): -8447505 or 15669631. OLE color: 15669631.

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

Color convert

RGB12725239-
CMYK0.470.9000.06
HSL268.6º86.99%51.76%-
HSV(B)268.6º89.54%93.73%-
XYZ24.6811.4482.57-
YUV79.89217.79161.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 25 (10.16% from 255) = 6.39%
BLUE value IS 239 (93.75% from 255) = 61.13%
R=32.48%
G=6.39%
B=61.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal127252390.470.9000.06268.686.9951.76
Hex7F19EF2F5A0610d5734
Octal17731357571320641512764
Binary11111111100111101111101111101101001101000011011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F19EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,25,239); }

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

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

 a { background-color: rgb(127,25,239); }

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

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

 span { border-color: rgb(127,25,239); }

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